text size

This commit is contained in:
roryjshelton 2023-04-27 17:44:39 -07:00
parent 3535cfff78
commit 80aae172da
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ import HeaderContent from "./HeaderContent.jsx";
<div
class="text-[color:var(--white)] font-normal not-italic tracking-[-6px] leading-[calc(75px_+_(110_-_75)_*_((100vw_-_300px)_/_(1600_-_300)))] text-center w-full"
>
<h1 class="flex flex-col justify-center">
<h1
class="flex flex-col justify-center text-[calc(26px_+_(82_-_26)_*_((100vw_-_300px)_/_(1600_-_300)))] font-thin"
>
<HeaderContent client:load />
</h1>
</div>