Skip to content

Commit

Permalink
Changed margins to fit mobile again
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Oct 2, 2024
1 parent 53b2a3c commit d99229f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $question-font-size: 20px;
position: relative;
display: flex;
flex-direction: column;
width: 70%;
width: 90%;

padding-bottom: 1.875rem;
}
Expand All @@ -31,8 +31,6 @@ $question-font-size: 20px;
display: flex;
justify-content: space-around;
width: 100vw;
padding-right: 30px;

}

.left-anteater {
Expand Down Expand Up @@ -116,4 +114,12 @@ $question-font-size: 20px;

z-index: 2;
}

.container {
padding-right: 30px;
}

.faq {
width: 70%;
}
}

0 comments on commit d99229f

Please sign in to comment.