implement suggested tailwind lints

This commit is contained in:
2025-10-28 20:44:04 +01:00
parent 6b18295b14
commit 0c7a3e5d2a
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<div class="flex gap-2 pb-4">
<div class="[&>svg]:size-8">{% include "gractwo.svg" %}</div>
<h1
class="font-semibold text-xl px-2 bg-gradient-to-r from-gractwo-red to-gractwo-blu from-30% to-70% bg-clip-text text-transparent"
class="font-semibold text-xl px-2 bg-linear-to-r from-gractwo-red to-gractwo-blu from-30% to-70% bg-clip-text text-transparent"
>
Gractwo
</h1>

View File

@@ -22,7 +22,7 @@
<div class="flex flex-row gap-4 mt-8 dark:text-neutral-100">
<a
href="/discord"
class="flex gap-4 px-4 py-3 rounded text-neutral-100 hover:text-white font-semibold bg-linear-to-r from-gractwo-red-semidark to-gractwo-red [text-rendering:geometricPrecision] hover:scale-[1.02] hover:-translate-y-[2px] hover:shadow-lg transition-all"
class="flex gap-4 px-4 py-3 rounded text-neutral-100 hover:text-white font-semibold bg-linear-to-r from-gractwo-red-semidark to-gractwo-red [text-rendering:geometricPrecision] hover:scale-[1.02] hover:-translate-y-0.5 hover:shadow-lg transition-all"
>
<span class="scale-[.75]">{% include "icons/users.svg" %}</span>
<span>Dołącz na serwer Discord</span>