Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jul 14, 2024
1 parent ffc931c commit 87da28b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions scss/lexa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,22 +287,12 @@ body.notloggedin {
}
}

@include media-breakpoint-up(sm) {
@include media-breakpoint-up(md) {
body:not(.editing) #page.drawers {
#block-region-landing {
margin-left: -3rem;
margin-right: -3rem;
}
&.show-drawer-left {
#block-region-landing {
margin-left: 0;
}
}
&.show-drawer-right {
#block-region-landing {
margin-right: 0;
}
}
}
}

Expand Down

0 comments on commit 87da28b

Please sign in to comment.