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

Commit cc2a781

Browse files
committed
style: adjust page spacing and padding
1 parent 17a2be0 commit cc2a781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function IndexPage() {
3030
minH="100vh"
3131
py={10}
3232
px={{ base: 6, md: 4 }}
33-
spacing={6}
33+
spacing={{ base: 6, md: 8 }}
3434
divider={
3535
<StackDivider
3636
h="2px"
@@ -167,14 +167,14 @@ export const getStaticProps = async ({ locale }: { locale: string }) => ({
167167

168168
const CurrentStatus = () => {
169169
const buttonSize = useBreakpointValue({ base: 'md', md: 'lg' });
170-
const iconSize = useBreakpointValue({ base: 16, md: 24 });
170+
const iconSize = useBreakpointValue({ base: 20, md: 24 });
171171

172172
return (
173173
<Stack
174174
as="aside"
175175
py={6}
176176
px={8}
177-
align={{ base: 'flex-start', md: 'center' }}
177+
align="center"
178178
direction={{ base: 'column', md: 'row' }}
179179
spacing={{ base: 5, md: 8 }}
180180
bg="gray.50"

0 commit comments

Comments
 (0)