We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e882d commit c7e47bcCopy full SHA for c7e47bc
1 file changed
src/components/splash.astro
@@ -20,9 +20,9 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
20
<h2
21
class="flex flex-col items-center gap-2 self-end sm:gap-4 sm:self-auto sm:justify-self-end"
22
>
23
- <Icon name="logomark" class="size-24 text-white md:size-32" />
+ <Icon name="logomark" class="size-20 text-white md:size-32" />
24
<div
25
- class="gradient-text text-center font-extrabold tracking-tighter text-8xl"
+ class="gradient-text text-center font-extrabold tracking-tighter text-6xl md:text-8xl"
26
27
Build fast
28
<br /> websites,
0 commit comments