Skip to content

Commit

Permalink
fix: background size for sp
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed May 1, 2024
1 parent a5e33e6 commit 8b4424c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/app/components/FormPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ form {
@media (--mobile) {
section {
padding: 60px 20px 60px;
&::before {
background-size: 364px;
}
}
.form-root {
gap: 30px;
Expand Down

0 comments on commit 8b4424c

Please sign in to comment.