Skip to content

Commit

Permalink
style: adjust header padding for improved layout on Hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 11, 2024
1 parent cd15194 commit d69ac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ArrowRight } from 'lucide-astro'

<header
id="header"
class="flex h-screen w-full flex-col items-center gap-24 text-center gap-[20%] lg:gap-[15%]"
class="flex py-56 min-h-screen w-full flex-col items-center gap-24 text-center gap-[20%] lg:gap-[15%]"
>
<div class="flex flex-col items-center h-full justify-center">
<Title class='text-left px-12 lg:px-0 lg:text-center leading-[108px] !text-9xl !font-normal'>Welcome to<br class="hidden md:block" /> a <span class="italic">calmer</span> internet</Title>
Expand Down

0 comments on commit d69ac06

Please sign in to comment.