Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenekasimov committed Mar 9, 2023
1 parent cb79a6d commit 175b27c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,13 @@ html.no-js .no-js-hidden {
}

.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}

.page-width:where(:not(.drawer-menu)) {
max-width: var(--page-width);
.page-width.drawer-menu {
max-width: 100%;
}

.page-width-desktop {
Expand Down

0 comments on commit 175b27c

Please sign in to comment.