Skip to content

Commit 0831e87

Browse files
committed
fix: hero-section height
1 parent 643062d commit 0831e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SocialLink, socialLinks } from '../data/Social';
66

77
const HeroSection = () => {
88
return (
9-
<div className="flex min-h-[80vh] w-full flex-col-reverse items-center md:min-h-[90vh] md:flex-row md:px-6">
9+
<div className="flex max-h-[1024px] min-h-screen w-full flex-col-reverse items-center md:min-h-[90vh] md:flex-row md:px-6">
1010
<div className="flex grow flex-col justify-center px-3 pb-6 md:w-1/2 md:px-6">
1111
<h1 className="mb-3 font-serif text-4xl font-black leading-[0.8] text-blue-600 dark:text-blue-400 md:text-6xl lg:text-7xl">
1212
<span className="block font-sans text-xl font-normal text-dark-900 dark:text-blue-100 md:text-3xl">

0 commit comments

Comments
 (0)