Skip to content

Commit

Permalink
[chores] Fixed nav padding on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 20, 2024
1 parent b404d9e commit 8b1ff8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ header.sticky a.items-center > img,
width: 125px;
}

#left-sidebar {
padding: 1rem 0;
@media (min-width:768px) {
#left-sidebar {
padding: 1rem 0;
}
}

#left-sidebar > div.h-\[calc\(100vh-8rem\)\]{
Expand Down

0 comments on commit 8b1ff8a

Please sign in to comment.