Skip to content

Commit

Permalink
Extend block container to include any trailing floated blocks. #2148
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 23, 2024
1 parent bdbdbfd commit 78f85b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/asset/css/page-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions application/asset/sass/page-blocks.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@import "base";
@import "mixins";

.blocks-inner {
@include clearfix;
}

.block-layout-background-image-position-y-top {
background-position-y: top;
}
Expand Down

0 comments on commit 78f85b2

Please sign in to comment.