Merge pull request 'fix[section feature]: card break height resolved in 4k' (#18) from develop into main

Reviewed-on: #18
This commit is contained in:
Henrique Santos Santana 2022-10-14 00:59:44 +00:00
commit 8dc7adabe4

View File

@ -372,7 +372,7 @@ h6,
min-height: 530px; min-height: 530px;
} }
.gallery-image-2{ .gallery-image-2 {
order: 0; order: 0;
} }
@ -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;