<div class="post-featured-image-sizer">{{-- Just here as a proportional sizer thanks to the padding --}}</div>
</header>
- <div class="entry-content">
+ <div class="w-full">
@include('partials/entry-meta')
- <h1 class="plain my-4">
+ <h1 class="plain my-4 text-xl">
{!! $title !!}
</h1>
</a>
</div>
- <header style="flex-basis: 100%">
+ <header class="w-full">
@include('partials/entry-meta')
- <h2 class="plain my-4">
+ <h2 class="plain my-4 text-xl">
<a href="{{ get_permalink() }}">
{!! $title !!}
</a>