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

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