Skip to content

Commit

Permalink
Update Navbar.css
Browse files Browse the repository at this point in the history
  • Loading branch information
IvonneBenitesRodriguez committed May 17, 2024
1 parent 3dcd3d6 commit 13dac6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,11 @@ body{
display: inherit;
}
}

@media screen and (min-width: 375px) {
button {
margin-top: 40px;
}
}
@media only screen and (min-width: 600px) {
.navbar .rightSide button {
display: none;
Expand Down

0 comments on commit 13dac6d

Please sign in to comment.