Skip to content

Commit

Permalink
Fix some issues with fullwidth blocks on styled layout (#676)
Browse files Browse the repository at this point in the history
* Fix lastest posts in fullwidth group

* Avoid extra padding on nested WP group blocks
  • Loading branch information
albig authored Jul 30, 2024
1 parent 67ef23a commit 39dcdf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sass/wp-blocks/group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

&.alignfull {
width: 100vw;
display: flex;
justify-content: center;

margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
Expand Down
5 changes: 5 additions & 0 deletions sass/wp-blocks/styled-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
padding-top: 100px;
padding-bottom: 100px;

.wp-block-group {
padding-top: 0;
padding-bottom: 0;
}

@include media-breakpoint-down(md) {
padding-top: 50px;
padding-bottom: 50px;
Expand Down

0 comments on commit 39dcdf2

Please sign in to comment.