Skip to content

Commit

Permalink
Use absolute rather than relative height for Hero (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
chennisden authored Aug 6, 2024
1 parent 2beb5e8 commit a48b5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Home = () => {
}, [darkMode]);

const renderDesktopHero = () => (
<div className="relative isolate overflow-hidden h-[70vh]">
<div className="relative isolate overflow-hidden h-[660px]">
{renderImage}
<div className="absolute inset-0 backdrop-blur-sm bg-white/40 dark:bg-black/40 px-20 py-12 lg:w-1/2 shadow-sm">
<div className="relative mx-auto max-w-2xl mt-10 px-6 lg:px-16">
Expand Down

0 comments on commit a48b5f5

Please sign in to comment.