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

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