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:
@@ -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>
|
||||
|
||||
@@ -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 }}”
|
||||
|
||||
Reference in New Issue
Block a user