From 08c6ab8515bd2bef1effe333527dd0ef26a3f490 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 9 Jan 2026 20:55:57 -0800 Subject: [PATCH] fix: hero images need to shrink --- site/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/index.html b/site/index.html index 0666802..6e69b7a 100644 --- a/site/index.html +++ b/site/index.html @@ -74,6 +74,8 @@ .hero-image { max-width: 750px; + width: 95%; + margin: auto; } .hero-grid {