Skip to content

Commit

Permalink
form link, mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trishnasharma committed Sep 25, 2023
1 parent 3cadecb commit 7591bba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/faq/accordionItem.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding-bottom: 27px;
max-width: 544px;
cursor: pointer;
column-gap: 200px;
// column-gap: 200px;
@include mrwd(991px) {
font-size: 18px;
line-height: 1.75;
Expand Down
8 changes: 8 additions & 0 deletions src/styles/mainSection/mainSection.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@
margin-bottom: 26px;
white-space: nowrap;
z-index: 1;
@include mrwd(500px) {
flex-direction: column;
row-gap: 18px;
align-items: end;
}
}

.yellowButton {
Expand Down Expand Up @@ -263,6 +268,9 @@
font-size: 18px;
margin-right: 18px;
}
@include mrwd(500px) {
margin-right: 0
}
}

.sponsorButton {
Expand Down

0 comments on commit 7591bba

Please sign in to comment.