Skip to content

Commit

Permalink
Removing border-bottom on mobile navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmedmd committed Apr 17, 2022
1 parent 007bbe4 commit 7cfc3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/navigation.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
max-width: 409px;
}

@media screen and (max-width: 425px) {
@media screen and (max-width: 525px) {
.navigation {
width: 100%;
border-right: 0;
border: 0;
min-width: 0;
}
}
Expand Down

0 comments on commit 7cfc3bc

Please sign in to comment.