Skip to content

Commit

Permalink
Merge pull request #134 from vuejs-jp/fix/form-page-section-background
Browse files Browse the repository at this point in the history
fix/background size for sp
  • Loading branch information
jiyuujin authored May 2, 2024
2 parents a5e33e6 + 8b4424c commit b0915cf
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 b0915cf

Please sign in to comment.