From 9f591ca2fba43a20dcb7322c17b6aae3251b8209 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 9 Mar 2026 00:31:48 +0100 Subject: [PATCH] fix: update avatar dimensions in hero section (Tier 1) to match CSS The previous commit fixed the Tier 2 default hero avatar (home.njk), but production uses the homepage builder (Tier 1) which renders hero.njk instead. Same issue: HTML width/height 96x96 but CSS sets sm:w-32/h-32 (128px) on desktop, causing CLS on resize. Confab-Link: http://localhost:8080/sessions/edb1b7b0-da66-4486-bd9c-d1cfa7553b88 --- _includes/components/sections/hero.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/components/sections/hero.njk b/_includes/components/sections/hero.njk index 055c13f..d211b30 100644 --- a/_includes/components/sections/hero.njk +++ b/_includes/components/sections/hero.njk @@ -19,8 +19,8 @@ {{ authorName }}