Home page hero: add max-height 725px

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Hanson.xyz Dev
2025-11-30 19:59:04 -06:00
parent 8bea4b611d
commit d7b0861d4e
2 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -16,10 +16,12 @@
&--large { &--large {
min-height: 70vh; min-height: 70vh;
max-height: 725px;
padding: 6rem 0; padding: 6rem 0;
@media (max-width: 768px) { @media (max-width: 768px) {
min-height: 60vh; min-height: 60vh;
max-height: none;
padding: 4rem 0; padding: 4rem 0;
} }
} }