فهرست منبع

Closes #750 - fix for media and text block uneven margins for the 768px break point.

Jeffrey Pearce 6 سال پیش
والد
کامیت
00d68a3e92
3فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 4 0
      modern-business/sass/blocks/_blocks.scss
  2. 1 1
      modern-business/style-rtl.css
  3. 4 0
      modern-business/style.css

+ 4 - 0
modern-business/sass/blocks/_blocks.scss

@@ -191,6 +191,10 @@
 			}
 			}
 		}
 		}
 
 
+		.wp-block-media-text__content {
+			padding: 8%;
+		}
+
 		&.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
 		&.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
 			grid-area: media-text-media;
 			grid-area: media-text-media;
 
 

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

@@ -7,7 +7,7 @@ Author URI: https://wordpress.org/
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Description: A minimalist theme for those with an eye for style. Modern Business is a perfect choice for stores offering high-end products and services, or the fashion and beauty industries -- any site where elegance and polish is key.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
 Template: twentynineteen
 Template: twentynineteen
-Version: 1.2
+Version: 1.3
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Text Domain: twentynineteen
 Text Domain: twentynineteen

+ 4 - 0
modern-business/style.css

@@ -3609,6 +3609,10 @@ body.page .main-navigation {
   }
   }
 }
 }
 
 
+.entry .entry-content .wp-block-media-text .wp-block-media-text__content {
+  padding: 8%;
+}
+
 .entry .entry-content .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
 .entry .entry-content .wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__content {
   grid-area: media-text-media;
   grid-area: media-text-media;
 }
 }