fix: add media query for hero-wrap-2 to adjust height on smaller screens

This commit is contained in:
Mark 2025-05-15 10:34:45 +01:00
parent e8e4ff27a7
commit 6b5c1770c6

View File

@ -12815,3 +12815,9 @@ textarea.form-control {
height: auto;
margin-top: -40%;
}
@media (max-width: 767.98px) {
.hero-wrap.hero-wrap-2 {
height: 200px;
}
}