fix(home): Corrigido a parte das cartas do topo 4k

This commit is contained in:
Savio Carvalho Moraes 2022-10-12 21:49:15 -03:00
parent cbd8cbb3ad
commit 0322a65722

View File

@ -270,6 +270,7 @@ body {
.bottom-card-description { .bottom-card-description {
font-size: 14px; font-size: 14px;
} }
.bottom-infocard { .bottom-infocard {
flex-direction: column-reverse; flex-direction: column-reverse;
margin: 0; margin: 0;
@ -325,6 +326,12 @@ body {
font-size: 32px; font-size: 32px;
line-height: 48px; line-height: 48px;
} }
.top-infocard-picture { .top-card-description {
font-size: 40px;
line-height: 40px;
margin: 40px 30px;
}
.top-card-image {
height: 200px;
} }
} }