Skip to content

Commit

Permalink
remove margin when mobile-nav is off
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ribeiro committed Sep 29, 2024
1 parent 067e0f3 commit 8715b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body.no-scroll {
}

@media (max-width: 768px) {
main {
.mobile-navivagtion main {
margin-bottom: 70px;
}
}
Expand Down

0 comments on commit 8715b90

Please sign in to comment.