Sort Tailwind classes

This commit is contained in:
Shift
2024-03-18 17:55:31 +00:00
parent 5560ec3081
commit 2541825a1d
21 changed files with 60 additions and 99 deletions

View File

@@ -29,7 +29,7 @@
href="/skins">
<x-iconsax-bul-paintbucket class="h-10 text-orange-400" />
<h2 class="mt-4 text-xl font-bold text-white ">Skin Information</h2>
<h2 class="mt-4 text-xl font-bold text-white">Skin Information</h2>
<p class="mt-1 text-sm text-stone-300">
All the information you need about skins in League of Legends. Check out the

View File

@@ -31,7 +31,7 @@
<h2 class="mt-4 text-xl font-bold text-white"><a
href="{{ route('skins.show', $skin->slug) }}">{{ $skin->skin_name }}</a>
</h2>
<h3 class=" text-stone-200">Released
<h3 class="text-stone-200">Released
{{ Carbon::parse($skin->release_date)->diffForHumans([
'parts' => 2,
'join' => true,
@@ -41,10 +41,7 @@
@foreach ($skin->associated_skinline as $skinline)
<span class="sr-only">Associated Skinline:</span>
<span
class="my-2 bg-orange-100 text-orange-800 text-xs font-medium
mr-2 px-2.5 py-0.5 rounded
border border-orange-300
">
class="my-2 bg-orange-100 text-orange-800 text-xs font-medium mr-2 px-2.5 py-0.5 rounded border border-orange-300">
{{ $skinline }}</span>
@endforeach

View File

@@ -34,7 +34,7 @@
<h2 class="mt-4 text-xl font-bold text-white"><a
href="{{ route('skins.show', $skin->slug) }}">{{ $skin->skin_name }}</a></h2>
<div class="my-1 ">
<div class="my-1">
<span class="sr-only">Associated Skinline:</span>
@foreach ($skin->associated_skinline as $skinline)
<span