fix: remove min-h-screen from layout
This commit is contained in:
parent
fc8c5947a0
commit
b512b29808
4 changed files with 6 additions and 7 deletions
|
@ -5,7 +5,7 @@ import Link from "@components/Link.astro";
|
|||
|
||||
<section class="animate-reveal flex flex-col gap-6 opacity-0">
|
||||
<h1
|
||||
class="flex w-full flex-col lowercase text-start text-7xl leading-[1] font-medium tracking-[-2px] sm:tracking-[-4px]"
|
||||
class="flex w-full flex-col text-start text-7xl leading-[1] font-medium tracking-[-2px] lowercase sm:tracking-[-4px]"
|
||||
>
|
||||
<span class="text-nowrap">Troy Lusty</span>
|
||||
<span class="text-tertiary text-pretty">Digital Designer</span>
|
||||
|
@ -21,7 +21,7 @@ import Link from "@components/Link.astro";
|
|||
Want to chat?
|
||||
<Link
|
||||
href="mailto:hello@troylusty.com"
|
||||
class="underline lowercase underline-offset-2"
|
||||
class="lowercase underline underline-offset-2"
|
||||
>
|
||||
Send me a message
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue