소스 검색

Fix margin auto bug.

Jeff Ong 4 년 전
부모
커밋
2f8857f7f8
4개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      spearhead/assets/sass/_posts-and-pages.scss
  2. 1 1
      spearhead/style-rtl.css
  3. 1 1
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 1 - 1
spearhead/assets/sass/_posts-and-pages.scss

@@ -24,7 +24,7 @@
 }
 
 .site-main > * {
-	margin: 0;
+	margin: 0 auto;
 	padding: calc(3 * var(--global--spacing-vertical)) 0;
 }
 

+ 1 - 1
spearhead/style-rtl.css

@@ -53,7 +53,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .site-main > * {
-	margin: 0;
+	margin: 0 auto;
 	padding: calc(3 * var(--global--spacing-vertical)) 0;
 }
 

+ 1 - 1
spearhead/style.css

@@ -53,7 +53,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .site-main > * {
-	margin: 0;
+	margin: 0 auto;
 	padding: calc(3 * var(--global--spacing-vertical)) 0;
 }
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
spearhead/style.css.map


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.