Compare commits

..

No commits in common. "13e87f67b4ed90a1bae03fc91ef6c35a6c92c17b" and "91ad61a917033ea1aa208ceb3088ff5fa310ca8b" have entirely different histories.

2 changed files with 14 additions and 34 deletions

View File

@ -1,18 +1,16 @@
<!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} --> <!-- wp:group {"style":{"spacing":{"padding":{"top":"96px"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-top:96px"><!-- wp:columns --> <div class="wp-block-group" style="padding-top:96px"><!-- wp:columns -->
<div class="wp-block-columns"><!-- wp:column {"width":"20%"} --> <div class="wp-block-columns"><!-- wp:column {"width":"20%"} -->
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:group {"style":{"spacing":{"padding":{"top":"188px","right":"64px"}}},"layout":{"type":"constrained"}} --> <div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"nav-menu","theme":"autonomic"} /--></div>
<div class="wp-block-group" style="padding-top:188px;padding-right:64px"><!-- wp:template-part {"slug":"nav-menu","theme":"autonomic","area":"uncategorized"} /--></div> <!-- /wp:column -->
<!-- /wp:group --></div>
<!-- /wp:column -->
<!-- wp:column {"width":"64%"} --> <!-- wp:column {"width":"64%"} -->
<div class="wp-block-column" style="flex-basis:64%"><!-- wp:post-content /--></div> <div class="wp-block-column" style="flex-basis:64%"><!-- wp:post-content /--></div>
<!-- /wp:column --> <!-- /wp:column -->
<!-- wp:column {"width":"16%"} --> <!-- wp:column {"width":"16%"} -->
<div class="wp-block-column" style="flex-basis:16%"></div> <div class="wp-block-column" style="flex-basis:16%"></div>
<!-- /wp:column --></div> <!-- /wp:column --></div>
<!-- /wp:columns --></div> <!-- /wp:columns --></div>
<!-- /wp:group --> <!-- /wp:group -->
<!-- wp:template-part {"slug":"footer","theme":"autonomic"} /--> <!-- wp:template-part {"slug":"footer","theme":"autonomic"} /-->

View File

@ -93,8 +93,7 @@
}, },
"styles": { "styles": {
"typography": { "typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)", "fontFamily": "var(--wp--preset--font-family--karmilla)"
"fontSize": "21px"
}, },
"color": { "color": {
"background": "var(--wp--preset--color--background)", "background": "var(--wp--preset--color--background)",
@ -114,23 +113,6 @@
"fontWeight": "600", "fontWeight": "600",
"textTransform": "uppercase" "textTransform": "uppercase"
} }
},
"core/heading": {
"elements": {
"h1": {
"typography": {
"fontSize": "44px",
"fontWeight": "400",
"lineHeight": "0.9"
}
},
"h2": {
"typography": {
"fontSize": "14px",
"textTransform": "uppercase"
}
}
}
} }
} }
}, },