Compare commits
7 Commits
fad43e5d4d
...
5eb38f009a
Author | SHA1 | Date | |
---|---|---|---|
5eb38f009a | |||
88b9e62b9b | |||
f503b6aad2 | |||
8bc7966503 | |||
229359b5ea | |||
c5bad76bfb | |||
b2b8664e4c |
@ -1,8 +1,11 @@
|
||||
<!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
|
||||
<!-- wp:group {"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group"><!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:post-content /-->
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|80","left":"var:preset|spacing|80"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group"
|
||||
style="padding-right:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--80)">
|
||||
<!-- wp:post-content {"align":"wide","layout":{"type":"default"}} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"lex-scotland-theme"} /-->
|
||||
</div>
|
||||
|
20
theme.json
20
theme.json
@ -5,8 +5,8 @@
|
||||
"useRootPaddingAwareAlignments": true,
|
||||
"appearanceTools": true,
|
||||
"layout": {
|
||||
"contentSize": "1198px",
|
||||
"wideSize": "1368px"
|
||||
"contentSize": "1239px",
|
||||
"wideSize": "1660px"
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
@ -82,20 +82,20 @@
|
||||
},
|
||||
{
|
||||
"name": "Large",
|
||||
"size": "40px",
|
||||
"size": "28px",
|
||||
"slug": "large",
|
||||
"fluid": {
|
||||
"min": "32px",
|
||||
"max": "40px"
|
||||
"min": "24px",
|
||||
"max": "28px"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Extra Large",
|
||||
"size": "48px",
|
||||
"size": "40px",
|
||||
"slug": "x-large",
|
||||
"fluid": {
|
||||
"min": "40px",
|
||||
"max": "48px"
|
||||
"min": "32px",
|
||||
"max": "40px"
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -288,6 +288,10 @@
|
||||
"core/heading": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--main-purple)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
|
||||
"fontWeight": "700"
|
||||
}
|
||||
},
|
||||
"core/button": {
|
||||
|
Reference in New Issue
Block a user