Adiciona o card de baixo desktop e mobile

This commit is contained in:
Amanda de Almeida Fonseca 2022-10-11 18:27:44 -03:00
parent 4cd1df4089
commit 8048e3f4f2

View File

@ -141,12 +141,13 @@ body {
} }
.bottom-card-image { .bottom-card-image {
width: 24%; max-width: 24%;
} }
.bottom-card-description { .bottom-card-description {
width: 85%; width: 85%;
text-align: center; text-align: center;
line-height: 24px;
} }
@media screen and (min-width: 1025px) { @media screen and (min-width: 1025px) {
@ -226,4 +227,22 @@ body {
.middle-cards-mobile { .middle-cards-mobile {
width: 43%; width: 43%;
} }
.bottom-cards {
padding: 112px 23px 98px;
flex-direction: column;
}
.bottom-card {
width: 89%;
}
.bottom-card-image {
max-width: 23%;
}
.bottom-card-description {
width: 82%;
font-size: 14px;
}
} }