ソースを参照

Elegant Business: Fixed a few vertical margins that were missed in previous commits

Allan Cole 6 年 前
コミット
87279424e4

+ 2 - 2
elegant-business/sass/blocks/_blocks.scss

@@ -271,8 +271,8 @@
 	.wp-block-latest-posts.is-grid {
 		li {
 			border-top: 2px solid $color__border;
-			padding-top: (1 * $size__spacing-unit);
-			margin-bottom: (2 * $size__vertical-spacing-unit);
+			padding-top: $size__spacing-unit;
+			margin-bottom: $size__vertical-spacing-unit;
 			a {
 				&:after {
 					content: '';

+ 1 - 1
elegant-business/style-rtl.css

@@ -3638,7 +3638,7 @@ body.page .main-navigation {
 .entry .entry-content .wp-block-latest-posts.is-grid li {
   border-top: 2px solid rgba(0, 0, 0, 0.03);
   padding-top: 1rem;
-  margin-bottom: 64px;
+  margin-bottom: 32px;
 }
 
 .entry .entry-content .wp-block-latest-posts.is-grid li a:after {

+ 1 - 1
elegant-business/style.css

@@ -3650,7 +3650,7 @@ body.page .main-navigation {
 .entry .entry-content .wp-block-latest-posts.is-grid li {
   border-top: 2px solid rgba(0, 0, 0, 0.03);
   padding-top: 1rem;
-  margin-bottom: 64px;
+  margin-bottom: 32px;
 }
 
 .entry .entry-content .wp-block-latest-posts.is-grid li a:after {