feat: Adiciona cards inferiores mobile

This commit is contained in:
Cainã Milech 2022-10-12 10:16:52 -03:00
parent 6407129fc9
commit f4e01b22f2

View File

@ -257,6 +257,19 @@ body {
bottom: -32px;
}
.cards-bottom{
flex-direction: column;
margin-top: 112px;
}
.card-bottom{
width: 88.88%;
}
.card-bottom-text{
font-size: 14px;
}
}
/*DESKTOP*/