Jelajahi Sumber

Merge pull request #1779 from Automattic/update/#428

Independent Publisher 2: Fix publication date spacing
Daniel Dudzic 5 tahun lalu
induk
melakukan
706a62c1f6
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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) {