Compare commits

...

7 Commits

Author SHA1 Message Date
5eb38f009a tweak spacing in front page template 2024-05-09 17:19:29 +05:00
88b9e62b9b adjust wide content width 2024-05-09 17:16:15 +05:00
f503b6aad2 add padding to content block 2024-05-09 17:12:14 +05:00
8bc7966503 update content width 2024-05-09 17:08:38 +05:00
229359b5ea tweak front page template 2024-05-09 17:07:02 +05:00
c5bad76bfb change type scale 2024-05-09 17:04:33 +05:00
b2b8664e4c restyle headings 2024-05-09 17:00:28 +05:00
2 changed files with 19 additions and 12 deletions

View File

@ -1,8 +1,11 @@
<!-- wp:group {"layout":{"type":"constrained"}} --> <!-- wp:group {"layout":{"type":"default"}} -->
<div class="wp-block-group"> <div class="wp-block-group"><!-- wp:template-part {"slug":"header","theme":"lex-scotland-theme","tagName":"header"} /-->
<!-- 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"} /--> <!-- wp:template-part {"slug":"footer","theme":"lex-scotland-theme"} /-->
</div> </div>

View File

@ -5,8 +5,8 @@
"useRootPaddingAwareAlignments": true, "useRootPaddingAwareAlignments": true,
"appearanceTools": true, "appearanceTools": true,
"layout": { "layout": {
"contentSize": "1198px", "contentSize": "1239px",
"wideSize": "1368px" "wideSize": "1660px"
}, },
"color": { "color": {
"defaultPalette": false, "defaultPalette": false,
@ -82,20 +82,20 @@
}, },
{ {
"name": "Large", "name": "Large",
"size": "40px", "size": "28px",
"slug": "large", "slug": "large",
"fluid": { "fluid": {
"min": "32px", "min": "24px",
"max": "40px" "max": "28px"
} }
}, },
{ {
"name": "Extra Large", "name": "Extra Large",
"size": "48px", "size": "40px",
"slug": "x-large", "slug": "x-large",
"fluid": { "fluid": {
"min": "40px", "min": "32px",
"max": "48px" "max": "40px"
} }
} }
], ],
@ -288,6 +288,10 @@
"core/heading": { "core/heading": {
"color": { "color": {
"text": "var(--wp--preset--color--main-purple)" "text": "var(--wp--preset--color--main-purple)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
"fontWeight": "700"
} }
}, },
"core/button": { "core/button": {