Conserta margem inferior dos cards inferios mobile

This commit is contained in:
Saulo Klein Nery 2022-10-07 15:58:21 -03:00
parent 192f9be783
commit 38812b9e97

View File

@ -93,6 +93,7 @@ body{
.bottom-cards{
margin-top: 142px;
background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%);
padding-bottom: 128px;
}
.bottom-cards-wrapper{
@ -174,6 +175,10 @@ body{
max-width: 240px;
}
.bottom-cards{
padding-bottom: 98px;
}
.bottom-cards-wrapper{
grid-template-columns: 1fr;
justify-items: center;