Skip to content

Commit

Permalink
Slightly improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed May 20, 2024
1 parent 6498081 commit c8c491e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function AppBar() {
top: 0,
left: 0,
width: "100dvw",
height: "100dvh",
height: "100vh",
borderRadius: 0,
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function Hero() {
alignItems="center"
sx={{
maxWidth: "100dvw",
height: "80dvh",
height: "80svh",
minHeight: 520,
textAlign: "center",
pt: 24,
Expand Down

0 comments on commit c8c491e

Please sign in to comment.