feat(main): Adiciona CSS dos cards de baixo mobile

This commit is contained in:
Sabrina Miranda 2022-10-12 23:38:40 -03:00
parent 4c9ee7734a
commit 832e0bc6c9

View File

@ -260,6 +260,15 @@ a {
.img-3 {
grid-area: 2 / 1 / 3 / 3;
}
.bottom-cards{
flex-direction: column;
padding-top: 112px;
}
.bottom-card{
width: 88%;
}
}
/* TELAS GRANDES */