Browse Source

Independent Publisher 2: Fix publication date issue

Niels Lange 5 years ago
parent
commit
b5536d456d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      independent-publisher-2/style.css

+ 3 - 1
independent-publisher-2/style.css

@@ -2825,8 +2825,10 @@ time.published + .updated {
 	font-size: 15px;
 	font-weight: inherit;
 	font-style: normal;
-	line-height: 2;
+	line-height: 1.5;
 	color: #929292;
+	margin-top: 0.7em;
+	max-width: 120px;
 }
 
 .site-posted-on time.updated:not(.published) {