Skip to content

Commit

Permalink
Update page height
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 17, 2023
1 parent dffc067 commit 7e81193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function App() {
sx={{
display: "grid",
placeItems: "center", // Center the content horizontally and vertically
minHeight: "100vh", // Set a minimum height to fill the entire viewport
minHeight: "80vh", // Set a minimum height to fill the entire viewport
}}
>
<Box
Expand Down

0 comments on commit 7e81193

Please sign in to comment.