fix[section feature]: card break height resolved in 4k

This commit is contained in:
Henrique Santos Santana 2022-10-13 21:52:20 -03:00
parent da409d518d
commit 6128f42c6c

View File

@ -372,7 +372,7 @@ h6,
min-height: 530px;
}
.gallery-image-2{
.gallery-image-2 {
order: 0;
}
@ -385,6 +385,10 @@ h6,
padding-bottom: 6.75rem;
}
.features-container .card {
max-height: 260px;
}
.card-image {
width: 29%;
height: auto;