Merge pull request 'fix: Ajusta espaçamento top infocard e top cards desktop e mobile. E ajusta espaçamento bot cards mobile' (#2) from feature/landing-page into main

Reviewed-on: #2
This commit is contained in:
Filipe Quintanilha Evangelista 2022-10-13 18:29:34 +00:00
commit 5dc896807a

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{