Skip to content

Commit

Permalink
fix: alignment of navigation bar on galaxy fold (CircuitVerse#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsShow authored Dec 16, 2023
1 parent add6676 commit 881f112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,9 @@
padding-top: 10px;
}
}

@media (max-width: 300px) {
.navbar {
padding: .5rem;
}
}

0 comments on commit 881f112

Please sign in to comment.