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

@ -385,6 +385,10 @@ h6,
padding-bottom: 6.75rem; padding-bottom: 6.75rem;
} }
.features-container .card {
max-height: 260px;
}
.card-image { .card-image {
width: 29%; width: 29%;
height: auto; height: auto;