소스 검색

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 {