Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit d18c919

Browse files
committed
style: add responsive spacing
1 parent dd9c602 commit d18c919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function IndexPage() {
4141
Developer DAO
4242
</Heading>
4343

44-
<Stack spacing={12}>
44+
<Stack spacing={{ base: 10, md: 12 }}>
4545
<CurrentStatus />
4646

4747
<Stack spacing={6}>

0 commit comments

Comments
 (0)