From 9832c671c6681f59c3cb7f1816c9df8732389ce4 Mon Sep 17 00:00:00 2001
From: Ricardo
Date: Sat, 7 Mar 2026 15:59:29 +0100
Subject: [PATCH] fix(radius): correct border-radius to match system
- rounded -> rounded-full for badges/pills
- rounded-xl -> rounded-lg for standard cards (xl reserved for hero/featured)
Confab-Link: http://localhost:8080/sessions/0ec83454-d346-4329-8aaf-6b12139bf596
---
_includes/components/h-card.njk | 4 ++--
podroll.njk | 18 +++++++++---------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/_includes/components/h-card.njk b/_includes/components/h-card.njk
index 2d39416..75e1535 100644
--- a/_includes/components/h-card.njk
+++ b/_includes/components/h-card.njk
@@ -31,7 +31,7 @@
alt="{{ authorName }}"
width="64"
height="64"
- class="w-16 h-16 rounded-full object-cover"
+ class="w-16 h-16 rounded-full object-cover shadow-lg"
loading="lazy"
itemprop="image"
>
@@ -89,7 +89,7 @@
{% if authorCategories and authorCategories.length %}
{% for category in authorCategories %}
- {{ category }}
+ {{ category }}
{% endfor %}
{% endif %}
diff --git a/podroll.njk b/podroll.njk
index 2da6ae3..777501b 100644
--- a/podroll.njk
+++ b/podroll.njk
@@ -16,7 +16,7 @@ permalink: /podroll/
Last synced:
-