We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c577a commit 42a6b15Copy full SHA for 42a6b15
‎src/app/page.tsx‎
@@ -19,7 +19,7 @@ export default function Home() {
19
return (
20
<Container component='main'>
21
<Navigation />
22
- <Stack direction='row' gap={2} mt={2}>
+ <Stack direction={{ sm: 'column', md: 'row' }} gap={2} mt={2}>
23
<Paper sx={{ p: 2 }} elevation={3}>
24
<Typography variant='body1'>
25
The mission of Polygon is to provide platform for creation of
0 commit comments