Skip to content

Commit

Permalink
chore: fix height issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Dec 21, 2024
1 parent 99ac434 commit 93c0377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function Home(): ReactElement {
<div dir="ltr">
<NavBar items={[]} />
<div className="mx-auto flex">
<div className="overflow-x-hidden w-full">
<div className="overflow-x-hidden w-full" style={{height: 'calc(100vh - 89px)'}}>
<main className="relative">
<Hero />
<Footer />
Expand Down

0 comments on commit 93c0377

Please sign in to comment.