fix: add height to slider-text in hero-wrap-2 for consistent layout

This commit is contained in:
Mark 2025-05-15 10:35:17 +01:00
parent 6b5c1770c6
commit d9e38e70bf

View File

@ -12820,4 +12820,7 @@ textarea.form-control {
.hero-wrap.hero-wrap-2 { .hero-wrap.hero-wrap-2 {
height: 200px; height: 200px;
} }
.hero-wrap.hero-wrap-2 .slider-text {
height: 200px;
}
} }