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