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