Skip to content

Commit

Permalink
fix(intro): resolve mobile scrolling issue with intro section (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotalis authored Oct 15, 2024
1 parent 11c5cd2 commit 90d668f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/src/app/(home)/sections/Intro/Intro.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
display: flex;
flex-direction: column;
justify-content: center;
max-width: 90vw;
width: 90vw;
margin-top: 3vw;

@media screen and (min-width: 400px) {
Expand Down Expand Up @@ -67,7 +67,7 @@
}

@include bootstrap.media-breakpoint-up(xxl) {
max-width: 75vw;
max-width: 1200px;
margin-top: 15vw;
}
}

0 comments on commit 90d668f

Please sign in to comment.