瀏覽代碼

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

Allan Cole 6 年之前
父節點
當前提交
a817148e59

+ 1 - 1
sophisticated-business/sass/blocks/_blocks.scss

@@ -286,7 +286,7 @@
 		li {
 			border-top: 2px solid $color__border;
 			padding-top: (1 * $size__spacing-unit);
-			margin-bottom: (2 * $size__vertical-spacing-unit);
+			margin-bottom: $size__vertical-spacing-unit;
 			a {
 				&:after {
 					content: '';

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

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

+ 1 - 1
sophisticated-business/style.css

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