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

@@ -6,8 +6,7 @@
@section('content')
<section class="max-w-screen-xl mx-auto mt-12">
<h1
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl
bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
class="text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
Posts</h1>
<h2 class="text-center text-orange-400 text-sm uppercase font-medium">Our latest posts about League of
Legends</h2>

View File

@@ -29,8 +29,7 @@
<meta itemprop="thumbnailUrl" content="{{$post->thumbnail}}"/>
<div>
<h1
class="not-prose text-3xl font-bold text-center text-transparent uppercase sm:text-4xl
bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text" itemprop="headline">
class="not-prose text-3xl font-bold text-center text-transparent uppercase sm:text-4xl bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text" itemprop="headline">
{{$post->title}}</h1>
<h2 class="not-prose text-center text-orange-400 text-sm italic" itemprop="description">
{{ $post->description }}