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

@ -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;