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:
+1
-1
@@ -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));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user