Skip to content

Commit 42a6b15

Browse files
committed
💄 chore: Update Stack direction in Home component for responsive layout
1 parent b2c577a commit 42a6b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/app/page.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Home() {
1919
return (
2020
<Container component='main'>
2121
<Navigation />
22-
<Stack direction='row' gap={2} mt={2}>
22+
<Stack direction={{ sm: 'column', md: 'row' }} gap={2} mt={2}>
2323
<Paper sx={{ p: 2 }} elevation={3}>
2424
<Typography variant='body1'>
2525
The mission of Polygon is to provide platform for creation of

0 commit comments

Comments
 (0)