Skip to content

Commit

Permalink
fix(css): improve max-width for search in nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed May 21, 2021
1 parent c496da7 commit c21d246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion scss/ui/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ nav {
@media screen and (max-width: 820px) {
.menu {
padding: 0;
form { margin: 1rem }
form {
margin: 1rem;
max-width: calc(100% - 2rem);
}
}
nav ul li {
a {
Expand Down
Loading

0 comments on commit c21d246

Please sign in to comment.