Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Mayland Blocks, Blockbase: fix header vertical spacing #4543

Merged
merged 2 commits into from
Sep 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blockbase/block-template-parts/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- wp:group {"align":"full","layout":{"type":"flex"},"style":{"spacing":{"padding":{"bottom":"40px"}}},"className":"site-header"} -->
<div class="wp-block-group alignfull site-header" style="padding-bottom:40px">
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"40px","top":"40px"}}},"className":"site-header","layout":{"type":"flex"}} -->
<div class="wp-block-group alignfull site-header" style="padding-top:40px;padding-bottom:40px">
<!-- wp:site-title /-->
<!-- wp:navigation {"isResponsive":true,"__unstableLocation":"primary"} /-->
</div>
Expand Down
5 changes: 3 additions & 2 deletions mayland-blocks/block-template-parts/header.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!-- wp:group {"align":"full","layout":{"type":"flex"},"className":"site-header"} -->
<div class="wp-block-group alignfull site-header">
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"32px","bottom":"32px"}}},"className":"site-header","layout":{"type":"flex"}} -->
<div class="wp-block-group alignfull site-header" style="padding-top:32px;padding-bottom:32px">
<!-- wp:site-logo /-->
<!-- wp:site-title /-->
<!-- wp:navigation {"orientation":"horizontal","textColor":"foreground-light","itemsJustification":"right","fontSize":"small","isResponsive":true,"__unstableLocation":"primary"} -->
<!-- /wp:navigation -->
</div>
<!-- /wp:group -->