fix grid on blog preview
This commit is contained in:
@ -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) %}
|
||||
|
Reference in New Issue
Block a user