feat: Adiciona cards mobile

This commit is contained in:
Cainã Milech 2022-10-11 23:34:28 -03:00
parent 7e0aa6a707
commit c0556f5e40

View File

@ -82,7 +82,6 @@ body {
.card{
width: 18%;
text-align: center;
background: #fff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 35px 26px 26px 26px;
}
@ -160,6 +159,15 @@ body {
.network-image{
width: 58%;
}
.cards{
flex-direction: column;
gap: 24px;
}
.card{
width: 84.54%;
}
}