Skip to content

Commit

Permalink
Scope styles to the Page component
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Apr 5, 2024
1 parent 98f0e48 commit 7f86266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}

.edit-site-layout__header-container:has(+ .edit-site-layout__content > .edit-site-layout__mobile) {
.edit-site-layout__header-container:has(+ .edit-site-layout__content > .edit-site-layout__mobile>.edit-site-page) {
margin-bottom: $header-height;
@include break-medium {
margin-bottom: 0;
Expand Down

0 comments on commit 7f86266

Please sign in to comment.