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

Merged
HenriqueSantosSantana merged 1 commits from develop into main 2022-10-14 00:59:45 +00:00

View File

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