Skip to content

Commit 2d24534

Browse files
committed
Removes unnecessary css class.
1 parent 3ea4aed commit 2d24534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/modules/Blog/views/post-index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@section('content')
1616
<blog-toolbar :archive-options="{{ json_encode($archiveOptions) }}" :tags="{{ json_encode($tags) }}"></blog-toolbar>
1717

18-
<div class="bg-skin-neutral-2 py-24 sm:py-32">
18+
<div class="py-24 sm:py-32">
1919
<div class="mx-auto max-w-7xl px-6 lg:px-8">
2020
<!-- Section Title -->
2121
<div class="mx-auto max-w-2xl text-center">
@@ -99,7 +99,7 @@ class="h-4 w-4 rounded-md bg-skin-neutral-2 object-cover" />
9999
<span class="absolute inset-0"></span>
100100
{{ $post->title }}
101101
</h3>
102-
<div class="line-clamp-3 text-sm leading-6">
102+
<div class="line-clamp-3 min-h-20 text-sm leading-6">
103103
{!! $post->summary !!}
104104
</div>
105105
</div>

0 commit comments

Comments
 (0)