feat: Adiciona cards superiores mobile
This commit is contained in:
parent
638dc2fc1e
commit
75d1d78b17
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user