Fix/videomaker heading spacing (#5178)
* Corrected videomaker header and content spacing to match design targets. Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
This commit is contained in:
parent
6d38483c08
commit
4ee18413af
8 changed files with 24 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
<!-- wp:spacer {"height":160} -->
|
||||
<div style="height:160px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
|
@ -1,5 +1,9 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true},"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
<!-- wp:pattern {"slug":"blockbase/404"} /-->
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header","layout":{"inherit":true}} /-->
|
||||
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
|
||||
<main class="wp-block-query">
|
||||
<!-- wp:query-title {"type":"archive","style":{"spacing":{"margin":{"bottom":"100px"}}}} /-->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var(--wp--custom--gap--vertical)"}}}} -->
|
||||
<main class="wp-block-group" style="margin-top: var(--wp--custom--gap--vertical)">
|
||||
<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0"}}}} -->
|
||||
<main class="wp-block-group" style="margin-top:0">
|
||||
|
||||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
||||
</main>
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<!-- wp:template-part {"slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
|
||||
<main class="wp-block-query">
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":170} -->
|
||||
<div style="height:170px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"tagName":"main"} -->
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"layout":{"inherit":true},"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
<!-- wp:template-part {"area":"header","slug":"header-minimal","tagName":"header"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":110} -->
|
||||
<div style="height:110px" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"tagName":"main"} -->
|
||||
<main class="wp-block-group">
|
||||
|
||||
|
|
Loading…
Reference in a new issue