mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Sort Tailwind classes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user