fix: shrink hero husky logo from 320px to 160px for mobile

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dave
2026-04-12 23:24:18 +00:00
parent fa7c2fa0ed
commit 158d24c753
+1 -1
View File
@@ -108,7 +108,7 @@ header nav a:hover { color: var(--text); opacity: 1; }
} }
.hero-husky { .hero-husky {
width: 320px; width: 160px;
height: auto; height: auto;
filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.2)); filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.2));
} }