Skip to content

Commit

Permalink
fix: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Apr 8, 2024
1 parent a5530bc commit 2a379e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/web/app/components/FormPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ form {
}
@media (--mobile) {
section {
padding: 60px 20px 60px;
}
.form-root {
gap: 30px;
}
.form-button {
width: 100%;
}
Expand Down

0 comments on commit 2a379e0

Please sign in to comment.