fixed header spacing

This commit is contained in:
2025-09-29 10:36:48 +02:00
parent ebf6539b1e
commit 95ef0da1d9

View File

@@ -14,10 +14,11 @@ const BLUR_FADE_DELAY = 0.01;
export default function Page() {
const posts = getSortedPostsData().slice(0, 6);
return (
<main className="flex flex-col min-h-[100dvh] space-y-12">
<section id="hero">
<main className="flex flex-col min-h-[100dvh]">
<section id="hero pt-12">
<div className="mx-auto w-full max-w-2xl">
<div className="flex flex-col sm:flex-row items-center sm:items-start sm:justify-between">
<div className="flex flex-col sm:flex-row items-center sm:justify-between pt-16 pb-8 sm:py-12 space-y-6">
{" "}
<div className="flex-col flex flex-1 space-y-1.5 items-center sm:items-start">
<TextAnimate
delay={BLUR_FADE_DELAY}