Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni committed Sep 27, 2023
1 parent 350d4e1 commit cfa3a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function Home() {
</Typography>
<Stack
spacing={{ xs: 1, sm: 2, md: 4 }}
direction="row"
direction={{ xs: 'column', md: 'row' }}
alignItems="center"
m={{ xs: 2, sm: 4, md: 4 }}
>
Expand Down
2 changes: 1 addition & 1 deletion src/view/components/HomeButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const HomeButton = (props: Props) => {
<WrapperButton variant="contained" {...restProps}>
<Stack
spacing={{ xs: 1, sm: 0, md: 0 }}
direction={{ xs: 'column', lg: 'column' }}
direction={{ xs: 'row', lg: 'column' }}
alignItems="center"
>
<Stack
Expand Down

0 comments on commit cfa3a14

Please sign in to comment.