Skip to content

Commit

Permalink
Merge pull request #35 from jazzominy/portrait-mode-layout-adjustments
Browse files Browse the repository at this point in the history
center align side nav in portrait mode
  • Loading branch information
jazzominy authored Dec 22, 2024
2 parents 62fdda4 + a445994 commit cd1484e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,13 @@ details > section:not(:first-child) {
height: unset;
overflow: unset;
}

#sidebar {
max-width: unset;
padding-top: 0;

& > nav {
width: unset;
}
}
}

0 comments on commit cd1484e

Please sign in to comment.