even more improve

This commit is contained in:
2025-11-18 14:19:17 +13:00
parent a37955cbec
commit f0d58a1a33

View File

@@ -35,7 +35,7 @@ const readTime = calcReadTime(wordCount);
<!-- Image on right -->
<div class="md:min-w-80 md:max-w-1/2 order-1 md:order-2">
<div class="md:max-w-1/2 order-1 md:order-2">
<a href={`/posts/${p.slug}/`} rel="prefetch">
<img src={ pb.files.getURL(p, p.headerImage) } class="rounded-sm w-full h-48 md:h-full object-cover" alt={p['title']}/>
</a>