From 497fe913c01df54b779d73f3be4fa26078482a6d Mon Sep 17 00:00:00 2001 From: Filipe Quintanilha Date: Thu, 13 Oct 2022 15:27:54 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Ajusta=20espa=C3=A7amento=20top=20infoca?= =?UTF-8?q?rd=20e=20top=20cards=20desktop=20e=20mobile.=20E=20ajusta=20esp?= =?UTF-8?q?a=C3=A7amento=20bot=20cards=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index d837420..4031657 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -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{