浏览代码

Merge pull request #1095 from Automattic/add/_dsgnsystm-vertical-space

_dsgnsystm: Add more vertical space between posts
Allan Cole 6 年之前
父节点
当前提交
a402abd65d
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      _dsgnsystm/sass/layout/_structure.scss
  2. 2 2
      _dsgnsystm/style-rtl.css
  3. 2 2
      _dsgnsystm/style.css

+ 2 - 2
_dsgnsystm/sass/layout/_structure.scss

@@ -32,8 +32,8 @@
  */
 .site-main > * {
 
-	margin-top: calc(2 * #{map-deep-get($config-global, "spacing", "vertical")});
-	margin-bottom: calc(2 * #{map-deep-get($config-global, "spacing", "vertical")});
+	margin-top: calc(3 * #{map-deep-get($config-global, "spacing", "vertical")});
+	margin-bottom: calc(3 * #{map-deep-get($config-global, "spacing", "vertical")});
 
 	&:first-child {
 		margin-top: 0;

+ 2 - 2
_dsgnsystm/style-rtl.css

@@ -727,8 +727,8 @@ footer {
  * - Add double vertical margins here for clearer heirarchy
  */
 .site-main > * {
-	margin-top: calc(2 * 32px);
-	margin-bottom: calc(2 * 32px);
+	margin-top: calc(3 * 32px);
+	margin-bottom: calc(3 * 32px);
 }
 
 .site-main > *:first-child {

+ 2 - 2
_dsgnsystm/style.css

@@ -727,8 +727,8 @@ footer {
  * - Add double vertical margins here for clearer heirarchy
  */
 .site-main > * {
-	margin-top: calc(2 * 32px);
-	margin-bottom: calc(2 * 32px);
+	margin-top: calc(3 * 32px);
+	margin-bottom: calc(3 * 32px);
 }
 
 .site-main > *:first-child {