implement suggested tailwind lints
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="flex gap-2 pb-4">
|
<div class="flex gap-2 pb-4">
|
||||||
<div class="[&>svg]:size-8">{% include "gractwo.svg" %}</div>
|
<div class="[&>svg]:size-8">{% include "gractwo.svg" %}</div>
|
||||||
<h1
|
<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
|
Gractwo
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<div class="flex flex-row gap-4 mt-8 dark:text-neutral-100">
|
<div class="flex flex-row gap-4 mt-8 dark:text-neutral-100">
|
||||||
<a
|
<a
|
||||||
href="/discord"
|
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 class="scale-[.75]">{% include "icons/users.svg" %}</span>
|
||||||
<span>Dołącz na serwer Discord</span>
|
<span>Dołącz na serwer Discord</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user