We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea4aed commit 2d24534Copy full SHA for 2d24534
stubs/modules/Blog/views/post-index.blade.php
@@ -15,7 +15,7 @@
15
@section('content')
16
<blog-toolbar :archive-options="{{ json_encode($archiveOptions) }}" :tags="{{ json_encode($tags) }}"></blog-toolbar>
17
18
- <div class="bg-skin-neutral-2 py-24 sm:py-32">
+ <div class="py-24 sm:py-32">
19
<div class="mx-auto max-w-7xl px-6 lg:px-8">
20
<!-- Section Title -->
21
<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" />
99
<span class="absolute inset-0"></span>
100
{{ $post->title }}
101
</h3>
102
- <div class="line-clamp-3 text-sm leading-6">
+ <div class="line-clamp-3 min-h-20 text-sm leading-6">
103
{!! $post->summary !!}
104
</div>
105
0 commit comments