fix(site): fix form layout for tablet viewports (#12369)

This commit is contained in:
Bruno Quaresma 2024-02-29 16:24:06 -03:00 committed by GitHub
parent 4006974a98
commit 26b483d95e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ const styles = {
flexDirection: "column",
gap: 24,
[theme.breakpoints.down("md")]: {
[theme.breakpoints.down("lg")]: {
flexDirection: "column",
gap: 16,
},