Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaburns committed Sep 3, 2024
2 parents 390e946 + 44ad22c commit 3de6b9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ html {
}

.hide-mobile {
@media (max-width: 576px) {
@media (max-width: 768px) {
display: none;
}
}

.hide-desktop {
@media (min-width: 576px) {
@media (min-width: 768px) {
display: none;
}
}
Expand Down

0 comments on commit 3de6b9b

Please sign in to comment.