diff --git a/club/parts/header.html b/club/parts/header.html
index 6b826fe119..efa743d840 100644
--- a/club/parts/header.html
+++ b/club/parts/header.html
@@ -1,6 +1,6 @@
-
-
-
+
+
+
-
\ No newline at end of file
+
+
+
+
+
+
+
diff --git a/club/patterns/404.php b/club/patterns/404.php
index 571c23fc49..791e224105 100644
--- a/club/patterns/404.php
+++ b/club/patterns/404.php
@@ -8,8 +8,8 @@
?>
-
-
+
+
@@ -22,7 +22,4 @@
-
-
-
diff --git a/club/patterns/post-list.php b/club/patterns/post-list.php
index b74fd0bc07..0645fe7365 100644
--- a/club/patterns/post-list.php
+++ b/club/patterns/post-list.php
@@ -55,8 +55,4 @@
-
-
-
-
diff --git a/club/templates/archive.html b/club/templates/archive.html
index 06377548bd..5cd97a992d 100644
--- a/club/templates/archive.html
+++ b/club/templates/archive.html
@@ -1,6 +1,10 @@
-
+
+
+
+
+
diff --git a/club/templates/index.html b/club/templates/index.html
index 21bd74ec47..885ffe33ac 100644
--- a/club/templates/index.html
+++ b/club/templates/index.html
@@ -1,7 +1,7 @@
-
-
+
+
diff --git a/club/templates/search.html b/club/templates/search.html
index 169b3bc837..305326d127 100644
--- a/club/templates/search.html
+++ b/club/templates/search.html
@@ -3,11 +3,16 @@
+
diff --git a/club/templates/single.html b/club/templates/single.html
index f76e17a30b..33d70218bf 100644
--- a/club/templates/single.html
+++ b/club/templates/single.html
@@ -29,8 +29,8 @@
-
-
+
+
@@ -51,8 +51,8 @@
-
-
+
+
diff --git a/club/theme.json b/club/theme.json
index a29e58e17a..437ea0797f 100644
--- a/club/theme.json
+++ b/club/theme.json
@@ -366,11 +366,6 @@
"style": "solid",
"width": "0"
},
- "spacing": {
- "padding": {
- "left": "var(--wp--custom--gap--horizontal)"
- }
- },
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"
@@ -411,8 +406,15 @@
},
"elements": {
"button": {
+ "spacing": {
+ "padding": {
+ "top": "1rem",
+ "bottom": "1rem"
+ }
+ },
"typography": {
- "fontSize": "var(--wp--preset--font-size--large)"
+ "fontSize": "var(--wp--preset--font-size--large)",
+ "lineHeight": "1.25"
}
}
}
@@ -605,7 +607,7 @@
}
},
"spacing": {
- "blockGap": "30px"
+ "blockGap": "clamp(1rem, calc(1rem + ((1vw - 0.48rem) * 5.7692)), 2rem)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--spacemono)",