fix grid on blog preview

This commit is contained in:
2024-09-05 21:31:09 +02:00
parent 0a72d5a203
commit 20836cd502
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<article class="grid grid-cols-[1fr_2fr] grid-flow-col gap-4">
<article class="grid grid-cols-[max-content_1fr] grid-flow-col gap-4">
<aside class="row-span-3">
{% match post.metadata.thumbnail %}
{% when Some with (orig_path) %}