Skip to content

Commit 93c0377

Browse files
committed
chore: fix height issues
1 parent 99ac434 commit 93c0377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Home(): ReactElement {
5050
<div dir="ltr">
5151
<NavBar items={[]} />
5252
<div className="mx-auto flex">
53-
<div className="overflow-x-hidden w-full">
53+
<div className="overflow-x-hidden w-full" style={{height: 'calc(100vh - 89px)'}}>
5454
<main className="relative">
5555
<Hero />
5656
<Footer />

0 commit comments

Comments
 (0)