fix: add media query for hero-wrap-2 to adjust height on smaller screens
This commit is contained in:
parent
e8e4ff27a7
commit
6b5c1770c6
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user