Skip to content

Commit

Permalink
fix: fix horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent e7bd519 commit 3e05010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
padding-block: $main-padding-mobile-block;
padding-inline: $main-padding-mobile-inline;

overflow-x: hidden;

@media (min-width: $tablet-breakpoint) {
height: 100vh;
overflow-x: hidden;
}

@media (min-width: $mobile-breakpoint) {
Expand Down

0 comments on commit 3e05010

Please sign in to comment.