Skip to content

Commit

Permalink
fix: padding issues on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed Jun 12, 2024
1 parent 27fda74 commit 9b3f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function Auth() {
mr: { lg: 8 },
mb: { xs: 3, md: 0 },
mt: { xs: 4, lg: 0 },
px: { xs: 1, lg: 3 },
px: 3,
pt: { xs: 0, lg: 6 },
maxWidth: { sm: "28rem" },
}}
Expand Down

0 comments on commit 9b3f65d

Please sign in to comment.