diff --git a/rainfall/patterns/contacts.php b/rainfall/patterns/contacts.php index 6f70f824a9..e23a1129a3 100644 --- a/rainfall/patterns/contacts.php +++ b/rainfall/patterns/contacts.php @@ -5,8 +5,8 @@ * Categories: featured */ ?> - -
+ +

@@ -15,8 +15,8 @@
- -
+ +

@@ -25,8 +25,8 @@
- -
+ +

@@ -41,8 +41,8 @@
- -
+ +

@@ -51,8 +51,8 @@
- -
+ +

diff --git a/rainfall/patterns/cta.php b/rainfall/patterns/cta.php index 73eda780c5..d28b0ac620 100644 --- a/rainfall/patterns/cta.php +++ b/rainfall/patterns/cta.php @@ -18,8 +18,8 @@
- -
+ +
diff --git a/rainfall/templates/single.html b/rainfall/templates/single.html index e2d6814076..84f58b582c 100644 --- a/rainfall/templates/single.html +++ b/rainfall/templates/single.html @@ -53,8 +53,8 @@
- -
+ +
@@ -98,4 +98,4 @@
- \ No newline at end of file + diff --git a/rainfall/theme.json b/rainfall/theme.json index 92351fce25..175a91eeaa 100644 --- a/rainfall/theme.json +++ b/rainfall/theme.json @@ -59,6 +59,13 @@ "wideSize": "1280px" }, "spacing": { + "spacingScale": { + "operator": "+", + "increment": 0.25, + "steps": 9, + "mediumStep": 1.5, + "unit": "rem" + }, "units": [ "%", "px", @@ -69,6 +76,7 @@ ] }, "typography": { + "fluid": true, "fontFamilies": [ { "fontFamily": "'Helvetica Neue', Arial, sans-serif", @@ -79,22 +87,22 @@ "fontSizes": [ { "name": "Small", - "size": "1rem", + "size": "var(--wp--preset--spacing--30)", "slug": "small" }, { "name": "Medium", - "size": "1.5rem", + "size": "var(--wp--preset--spacing--50)", "slug": "medium" }, { "name": "Large", - "size": "1.75rem", + "size": "var(--wp--preset--spacing--60)", "slug": "large" }, { "name": "Extra large", - "size": "2rem", + "size": "var(--wp--preset--spacing--70)", "slug": "x-large" }, { @@ -282,14 +290,14 @@ }, "h4": { "typography": { - "fontSize": "1.75rem", + "fontSize": "var(--wp--preset--spacing--60)", "fontWeight": "700", "lineHeight": "1.1" } }, "h5": { "typography": { - "fontSize": "1.5rem", + "fontSize": "var(--wp--preset--spacing--50)", "fontWeight": "700", "lineHeight": "1.2" } @@ -331,7 +339,7 @@ } }, "spacing": { - "blockGap": "2.5rem" + "blockGap": "var(--wp--preset--spacing--90)" }, "typography": { "fontFamily": "var(--wp--preset--font-family--helvetica-neue)",