From 2d341a30299a30d9fb5c10ac19abf630b3fceac5 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:41:13 -0400 Subject: [PATCH] a --- app/static/css/home.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/static/css/home.css b/app/static/css/home.css index 86ebc04..a89a11e 100644 --- a/app/static/css/home.css +++ b/app/static/css/home.css @@ -5,7 +5,7 @@ .home-page-shell { width: 100%; - padding: 1.25rem 1rem 1.75rem; + padding: 1.75rem 1rem 1.75rem; } .home-page-container { @@ -19,6 +19,12 @@ padding: 0.5rem 0 0.75rem; } +.home-hero-avatar { + width: 76px; + height: 76px; + object-fit: cover; +} + .home-kicker { color: var(--text-secondary, #9c9c9c); text-transform: uppercase;