Skip to content

Commit

Permalink
Remove button text only on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferylee committed Feb 13, 2024
1 parent 53f20f7 commit 03f3dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/NavButtons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $header-height: 8vh;
position: relative;
top: 2px;
@media screen and (max-width: 768px) {
display: none;
display: none;
}
}

Expand Down Expand Up @@ -56,7 +56,7 @@ $header-height: 8vh;
top: 2px;
// Hide buttons on mobile screens
@media screen and (max-width: 768px) {
display: none;
display: none;
}
}

Expand Down

0 comments on commit 03f3dc8

Please sign in to comment.