fix: Ajusta espaçamento top infocard e top cards desktop e mobile. E ajusta espaçamento bot cards mobile

This commit is contained in:
Filipe Quintanilha Evangelista 2022-10-13 15:27:54 -03:00
parent 8d02a2edc1
commit 497fe913c0

View File

@ -80,7 +80,7 @@ body{
display: flex;
gap: 21px;
justify-content: center;
padding: 74px 0;
padding: 83px 0 80px;
}
.cartao{
@ -278,6 +278,7 @@ body{
.top-infocard{
gap:65px;
padding: 80px 0 90px;
}
.top-infocard-text{
@ -310,7 +311,8 @@ body{
.top-cards{
flex-direction: column;
align-items: center;
gap: 24px;
gap: 24px;
padding: 0 0 80px;
}
.cartao{
@ -336,6 +338,7 @@ body{
flex-direction: column;
align-items: center;
gap: 16px;
padding-top: 112px;
}
.cartao-bot{