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"}} -->
<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>

View File

@ -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": {