From 95673508c869ae3eff0458a69b7e4d46a9a6f22b Mon Sep 17 00:00:00 2001 From: Saulo Klein Nery Date: Mon, 24 Oct 2022 14:05:38 -0300 Subject: [PATCH] refactor: Ajusta margem do top-infocard desktop e do top-infocard-title mobile --- styles/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/main.css b/styles/main.css index 46bd9b5..6f58433 100644 --- a/styles/main.css +++ b/styles/main.css @@ -29,12 +29,12 @@ body{ } .top-infocard{ - margin: 73px 0 187px; + margin: 73px 0 179px; display: flex; flex-direction: column; justify-content: center; align-items: center; - gap: 65px; + gap: 73px; } .top-infocard-text{ @@ -216,7 +216,7 @@ body{ .top-infocard-title{ font-size: 28px; line-height: 34px; - margin-bottom: 46px; + margin-bottom: 20px; } .top-infocard-figure{