feat: Adiciona a imagem do infocard de baixo desktop e mobile

This commit is contained in:
Eleonora Otz de Mendonça Soares 2022-10-13 11:18:59 -03:00
parent 463c42c62d
commit 51585fcfe9

View File

@ -211,6 +211,8 @@ body {
} }
.bottom-infocard-image-desktop { .bottom-infocard-image-desktop {
display: block;
margin: auto;
width: 71%; width: 71%;
} }
@ -325,9 +327,9 @@ body {
.bottom-infocard { .bottom-infocard {
margin: 0; margin: 0;
padding: 0; padding: 0;
flex-direction: column-reverse;
} }
.bottom-infocard-text { .bottom-infocard-text {
margin-bottom: 50px; margin-bottom: 50px;
gap: 10px; gap: 10px;
@ -336,6 +338,7 @@ body {
} }
.bottom-infocard-title { .bottom-infocard-title {
margin-bottom: 9px;
font-size: 24px; font-size: 24px;
line-height: 29px; line-height: 29px;
} }