Browse Source

Remove left margin on grid view latest posts block.

Caroline Moore 6 years ago
parent
commit
eb20489df3
2 changed files with 6 additions and 3 deletions
  1. 3 0
      affinity/blocks.css
  2. 3 3
      affinity/editor-style.css

+ 3 - 0
affinity/blocks.css

@@ -310,6 +310,9 @@ p.has-drop-cap:first-letter {
 /* Latest Posts */
 .wp-block-latest-posts {}
 .wp-block-latest-posts__post-date {}
+.wp-block-latest-posts.is-grid {
+	margin: 0 0 1.6em;
+}
 
 /* Media queries */
 

+ 3 - 3
affinity/editor-style.css

@@ -435,10 +435,10 @@ p.has-drop-cap:first-letter {
 
 /* Latest Posts */
 .wp-block-latest-posts {}
-.wp-block-latest-posts__post-date {
-	color: #888;
+.wp-block-latest-posts__post-date {}
+.wp-block-latest-posts.is-grid {
+	margin: 0 0 1.6em;
 }
-.is-grid {}
 
 /* Media Queries */