Sfoglia il codice sorgente

Exford: Unset measuere variable default

Takashi Irie 5 anni fa
parent
commit
ad940f3cbe
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      exford/sass/_config-child-theme-deep.scss
  2. 1 1
      exford/style-rtl.css
  3. 1 1
      exford/style.css

+ 1 - 1
exford/sass/_config-child-theme-deep.scss

@@ -100,7 +100,7 @@ $config-global: (
 	/* Spacing */
 	"spacing": (
 		"unit": (2 * $baseline-unit), // 16px
-		"measure": inherit, // Use ch units here. ie: 60ch = 60 character max-width
+		"measure": unset, // Use ch units here. ie: 60ch = 60 character max-width
 		"horizontal": (2 * $baseline-unit), // 16px
 		"vertical": (4 * $baseline-unit), // 32px matches default spacing in the editor.
 	),

+ 1 - 1
exford/style-rtl.css

@@ -694,7 +694,7 @@ a {
 header *,
 main *,
 footer * {
-	max-width: inherit;
+	max-width: unset;
 }
 
 html,

+ 1 - 1
exford/style.css

@@ -694,7 +694,7 @@ a {
 header *,
 main *,
 footer * {
-	max-width: inherit;
+	max-width: unset;
 }
 
 html,