Skip to content

Commit

Permalink
adjust css breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
second-slip committed Jul 27, 2024
1 parent dfe2d91 commit 7375f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/menu/menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
}

.nav-menu {
padding: 0% 10%;
padding: 0% 4%;
}
}

@media only screen and (min-width: 769px) {
@media only screen and (min-width: 992px) {
.smaller-screen-collapse-menu {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ body {
@media only screen and (min-width: 667px) {
.container {
padding-top: 8%;
margin: 2% 10% 5%;
margin: 2% 4% 5%;
/* top / right/left / bottom */
}

Expand Down

0 comments on commit 7375f98

Please sign in to comment.