Skip to content

Commit

Permalink
Fixes footer stacking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mghenciu committed Apr 24, 2023
1 parent 687dc7f commit b55f98f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion parts/footer-with-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 class="has-normal-font-size" style="text-transform:uppercase">Connect with u
<!-- /wp:group -->

<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"raft-bg","layout":{"inherit":true,"type":"constrained"},"otterConditions":[]} -->
<div class="wp-block-group has-raft-bg-background-color has-background" style="margin-top:0;margin-bottom:0"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
<div class="wp-block-group has-raft-bg-background-color has-background" style="margin-top:0;margin-bottom:0"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"wrap" ,"justifyContent":"space-between"}} -->
<div class="wp-block-group alignwide"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">Lorem ipsum dolor sit amet</p>
<!-- /wp:paragraph -->
Expand Down
11 changes: 4 additions & 7 deletions parts/footer.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!-- wp:group {"style":{"spacing":{"padding":{"top":"24px","bottom":"24px","right":"24px","left":"24px"}}},"backgroundColor":"raft-bg-alt","textColor":"raft-fg","layout":{"inherit":true}} -->
<!-- wp:group {"style":{"spacing":{"padding":{"top":"24px","bottom":"24px","right":"24px","left":"24px"}}},"backgroundColor":"raft-bg-alt","textColor":"raft-fg","layout":{"inherit":true,"type":"constrained"}} -->
<div class="wp-block-group has-raft-fg-color has-raft-bg-alt-background-color has-text-color has-background"
style="padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px">
<!-- wp:group {"className":"alignwide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
style="padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px">
<!-- wp:group {"className":"alignwide","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
<div class="wp-block-group alignwide">

<!-- wp:group {"layout":{"type":"flex"}} -->
<div class="wp-block-group">
<!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">Copyright 2022 - Raft by Otter</p>
<p class="has-small-font-size">Copyright 2023 - Raft by Otter</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->
Expand All @@ -19,9 +18,7 @@
<!-- /wp:navigation -->
</div>
<!-- /wp:group -->

</div>
<!-- /wp:group -->

</div>
<!-- /wp:group -->

0 comments on commit b55f98f

Please sign in to comment.