Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add navbar css to global stylesheet
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent bf3d558 commit bbd49d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.css
Expand Up @@ -73,3 +73,21 @@ button:focus-visible {
::file-selector-button {
display: none;
}

.desktop-nav {
visibility: visible;
}

.mobile-nav {
visibility: hidden;
}

@media (max-width: 1350px) {
.desktop-nav {
visibility: hidden;
}

.mobile-nav {
visibility: visible;
}
}

0 comments on commit bbd49d6

Please sign in to comment.