feat: Adiciona cards superiores mobile

This commit is contained in:
Saulo Klein Nery 2022-10-11 15:45:13 -03:00
parent 638dc2fc1e
commit 75d1d78b17

View File

@ -76,7 +76,7 @@ body{
.top-card{ .top-card{
width: 18%; width: 18%;
background: #FFFFFF; background: #FFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 35px 0 27px; padding: 35px 0 27px;
} }
@ -127,6 +127,15 @@ body{
.top-infocard-image{ .top-infocard-image{
max-width: 100%; max-width: 100%;
} }
.top-cards{
flex-direction: column;
align-items: center;
}
.top-card{
min-width: 85%;
}
} }
@media screen and (min-width: 1025px){ @media screen and (min-width: 1025px){