Skip to content

Commit

Permalink
added spacer to videomaker
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Jan 10, 2022
1 parent 0526a19 commit 80ceb6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockbase/inc/patterns/footer-vertical-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'blockTypes' => array( 'core/template-part/footer' ),
'content' => '<!-- wp:group {"layout":{"inherit":"true"}} -->
<div class="wp-block-group">
<!-- wp:group {"align":"wide","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"space-between"},"style":{"spacing":{"padding":{"top":"170px","bottom":"min(30px, 5vw)"}}}} -->
<div class="wp-block-group alignwide" style="padding-top: 170px;padding-bottom: min(30px, 5vw)"> <!-- wp:group -->
<!-- wp:group {"align":"wide","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"space-between"},"style":{"spacing":{"padding":{"top":"30px","bottom":"min(30px, 5vw)"}}}} -->
<div class="wp-block-group alignwide" style="padding-top: 30px;padding-bottom: min(30px, 5vw)"> <!-- wp:group -->
<div class="wp-block-group">
<!-- wp:navigation {"overlayMenu":"never","__unstableLocation":"footer","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /-->
</div>
Expand Down
3 changes: 3 additions & 0 deletions videomaker-white/block-template-parts/footer.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<!-- wp:spacer {"height":140} -->
<div style="height:140px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:pattern {"slug":"blockbase/footer-vertical-menu"} /-->
3 changes: 3 additions & 0 deletions videomaker/block-template-parts/footer.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<!-- wp:spacer {"height":140} -->
<div style="height:140px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:pattern {"slug":"blockbase/footer-vertical-menu"} /-->

0 comments on commit 80ceb6d

Please sign in to comment.