|
@@ -1,13 +1,13 @@
|
|
|
<!-- wp:template-part {"slug":"header"} /-->
|
|
|
|
|
|
-<!-- wp:group {"style":{"spacing":{"padding":{"right":"20px","left":"20px"}}},"layout":{"inherit":true}} -->
|
|
|
-<div class="wp-block-group" style="padding-right:20px;padding-left:20px">
|
|
|
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"20px","left":"20px"},"margin":{"bottom":"var(--wp--style--block-gap)"}}},"layout":{"inherit":true}} -->
|
|
|
+<div class="wp-block-group" style="padding-right:20px;padding-left:20px;margin-bottom:var(--wp--style--block-gap)">
|
|
|
<!-- wp:separator {"color":"tertiary"} -->
|
|
|
<hr class="wp-block-separator has-text-color has-background has-tertiary-background-color has-tertiary-color"/>
|
|
|
<!-- /wp:separator -->
|
|
|
|
|
|
- <!-- wp:post-title {"textAlign":"center","level":1,"style":{"spacing":{"margin":{"top":"8vh","bottom":"0"}}}} /-->
|
|
|
- <!-- wp:post-featured-image /-->
|
|
|
+ <!-- wp:post-title {"textAlign":"center","level":1,"style":{"spacing":{"margin":{"top":"8vh","bottom":"0"}}}} /-->
|
|
|
+ <!-- wp:post-featured-image {"style":{"spacing":{"margin":{"top":"calc(2 * var(--wp--style--block-gap))"}}}} /-->
|
|
|
</div>
|
|
|
<!-- /wp:group -->
|
|
|
|