Skip to content

Commit

Permalink
Fixes for nav
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Nov 19, 2023
1 parent 7e2db4a commit 2349141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _sass/customize_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ ul.navbar-nav > li {

ul#sidebar-nav {
font-size: 14px;
padding-inline-start: 0 !important;

a {
margin-left: 1px;
Expand Down
4 changes: 2 additions & 2 deletions css/project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ nav {
bottom: 0;
margin-bottom: 0;
overflow-y: auto;
width: 24%;
width: 20%;

&.pin-to-top {
top: 130px !important;
Expand Down Expand Up @@ -235,7 +235,7 @@ nav {

@media (max-width: 1199px) {
#right-sidebar-nav.affix {
width: 24%;
width: 20%;
}
}

Expand Down

0 comments on commit 2349141

Please sign in to comment.