Skip to content

Commit

Permalink
Fix min height hero
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 19, 2024
1 parent 84fa981 commit 3991279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { WordAnimation } from "./word-animation";

export function Hero() {
return (
<section className="mt-[60px] lg:mt-[180px] relative lg:h-[calc(100vh-300px)]">
<section className="mt-[60px] lg:mt-[180px] min-h-[530px] relative lg:h-[calc(100vh-300px)]">
<div className="flex flex-col">
<Link href="/updates/october-product-updates">
<Button
Expand Down

0 comments on commit 3991279

Please sign in to comment.