Skip to content

Commit

Permalink
🐛 fix(app): adjust container display
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdesque committed Oct 15, 2024
1 parent b4db16f commit 25c939c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ const Home: NextPage = () => {
</AppBar>
<Container
sx={{
display: "flex",
flexDirection: { xs: "column", md: "row" },
display: "grid",
alignItems: "center",
justifyContent: "center",
py: 4,
Expand Down

0 comments on commit 25c939c

Please sign in to comment.