fixed header spacing
This commit is contained in:
@@ -14,10 +14,11 @@ const BLUR_FADE_DELAY = 0.01;
|
|||||||
export default function Page() {
|
export default function Page() {
|
||||||
const posts = getSortedPostsData().slice(0, 6);
|
const posts = getSortedPostsData().slice(0, 6);
|
||||||
return (
|
return (
|
||||||
<main className="flex flex-col min-h-[100dvh] space-y-12">
|
<main className="flex flex-col min-h-[100dvh]">
|
||||||
<section id="hero">
|
<section id="hero pt-12">
|
||||||
<div className="mx-auto w-full max-w-2xl">
|
<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">
|
<div className="flex-col flex flex-1 space-y-1.5 items-center sm:items-start">
|
||||||
<TextAnimate
|
<TextAnimate
|
||||||
delay={BLUR_FADE_DELAY}
|
delay={BLUR_FADE_DELAY}
|
||||||
|
|||||||
Reference in New Issue
Block a user