Skip to content

Commit

Permalink
Fix search bar alignment and viewport in mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Sep 25, 2024
1 parent ee9d936 commit f88b9c4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/ElunaDoc/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,12 +527,9 @@ pre.rust { position: relative; }
display: none;
}

.content {
nav, .content {
margin-left: 0px;
}

nav.sub {
margin: 0 auto;
max-width: 100vw;
}
}

Expand Down

0 comments on commit f88b9c4

Please sign in to comment.