From f6cd94717330a7df33777d2be7bfd117f852d0d6 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 12 Apr 2026 23:24:18 +0000 Subject: [PATCH] fix: shrink hero husky logo from 320px to 160px for mobile Co-Authored-By: Claude Opus 4.6 (1M context) --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/style.css b/website/style.css index 86bc77ca..8b9ffd16 100644 --- a/website/style.css +++ b/website/style.css @@ -108,7 +108,7 @@ header nav a:hover { color: var(--text); opacity: 1; } } .hero-husky { - width: 320px; + width: 160px; height: auto; filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.2)); }