More minor style fixes
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m18s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m18s
This commit is contained in:
@@ -16,7 +16,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as
|
||||
class="relative overflow-hidden"
|
||||
>
|
||||
<div
|
||||
class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff20_1px,transparent_1px),linear-gradient(to_bottom,#ffffff20_1px,transparent_1px)] bg-size-[2rem_2rem] mask-[radial-gradient(ellipse_at_center,black_10%,transparent_80%)]"
|
||||
class="absolute inset-0 bg-[linear-gradient(to_right,#ffffff20_1px,transparent_1px),linear-gradient(to_bottom,#ffffff20_1px,transparent_1px)] bg-size-[2rem_2rem] mask-[radial-gradient(ellipse_at_center,black_20%,transparent_70%)]"
|
||||
>
|
||||
</div>
|
||||
|
||||
@@ -42,7 +42,7 @@ const rotatingText = (siteConfig.hero as any).rotatingText as
|
||||
</h1>
|
||||
|
||||
<p
|
||||
class="text-lg sm:text-xl text-white/70 max-w-2xl mx-auto mb-10 leading-relaxed"
|
||||
class="text-lg sm:text-xl text-white max-w-2xl mx-auto mb-10 leading-relaxed"
|
||||
>
|
||||
{siteConfig.hero.description}.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user