Skip to content

Commit

Permalink
fix: disable horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Nov 22, 2023
1 parent 2c1e74e commit 05caf20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
position: relative;
min-height: 100vh;
min-width: 100vw;
overflow-x: hidden;
}

.landingGroup {
Expand Down

0 comments on commit 05caf20

Please sign in to comment.