Browse Source

Fix margin auto bug.

Jeff Ong 4 years ago
parent
commit
2f8857f7f8

+ 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;
 }
 

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff