Skip to content

Commit 51672f2

Browse files
committed
Improve padding on mobile
1 parent c7c9657 commit 51672f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ export function App() {
6767
elevation={3}
6868
sx={{
6969
minHeight: '400px',
70-
padding: { xs: 1, sm: 3 },
70+
padding: { xs: 2, sm: 3 },
71+
paddingBottom: { xs: 10, sm: 3 },
7172
}}
7273
>
7374
<Typography variant="h4" gutterBottom>

0 commit comments

Comments
 (0)