Skip to content

Commit

Permalink
fix responsive submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
gherardovarando committed Mar 20, 2024
1 parent bef4701 commit 9819cb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ div.bibtexout.closed {
overflow-y: auto;
}
.topnav a:not(:first-child) {display: none;}
.topnav div.top-button:not(:first-child) {display: none;}
.topnav a.menubutton {
float: right;
display: block;
Expand All @@ -227,6 +228,11 @@ div.bibtexout.closed {
display: block;
text-align: left;
}
.topnav.responsive div.top-button {
float: none;
display: block;
text-align: left;
}
.topnav.responsive div.plinks {
padding-left: 0px;
padding-right: 0px;
Expand Down

0 comments on commit 9819cb5

Please sign in to comment.