Skip to content

Commit

Permalink
tweak mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet committed Dec 6, 2023
1 parent e29912d commit 66affeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extra_sass/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ $masthead-link-color-hover: mix(#000, $gray, 25%);
max-width: 61rem;
}

.md-search__inner {
width: 100%;
}

.md-search__input {
border: 1px solid #cacaca;
border-radius: 4px;
Expand Down Expand Up @@ -191,7 +195,7 @@ schedule-demo-nav-mobile {
display: none;
}

@media (max-width: 1023px) {
@media (max-width: 1180px) {
#site-nav,
.social-links {
display: none;
Expand Down

0 comments on commit 66affeb

Please sign in to comment.