فهرست منبع

Skatepark: Adjust spacing for comment meta & paragraphs

Sarah Norris 4 سال پیش
والد
کامیت
4d71039aa7
1فایلهای تغییر یافته به همراه14 افزوده شده و 9 حذف شده
  1. 14 9
      skatepark/sass/blocks/_post-comments.scss

+ 14 - 9
skatepark/sass/blocks/_post-comments.scss

@@ -4,14 +4,6 @@
 
 	line-height: var(--wp--custom--body--typography--line-height);
 
-	.comment-author {
-		margin-bottom: var(--wp--custom--margin--baseline);
-
-		cite {
-			font-weight: bold;
-		}
-	}
-
 	.reply {
 		margin-bottom: var(--wp--custom--margin--vertical);
 
@@ -69,6 +61,7 @@
 
 		p {
 			margin-top: 0;
+			margin-bottom: 30px;
 		}
 
 		.comment-notes {
@@ -132,12 +125,24 @@
 		}
 	}
 
+	.comment-author {
+		margin-bottom: var(--wp--custom--margin--baseline);
+
+		cite {
+			font-weight: bold;
+		}
+	}
+
 	.commentmetadata {
-		margin-bottom: 20px;
+		margin-bottom: 36px;
 	}
 
 	.commentlist {
 		margin-bottom: 60px;
+
+		.comment p {
+			margin-bottom: var(--wp--custom--margin--vertical);
+		}
 	}
 
 	// Target certain links within post comments to use the underline treatment.