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
Showing only changes of commit 6128f42c6c - Show all commits

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;