From 3efe0a35df8b1c5a7a8f85a9ca77df133f82af5f Mon Sep 17 00:00:00 2001 From: Saulo Klein Nery Date: Thu, 13 Oct 2022 15:08:03 -0300 Subject: [PATCH] fix: Conserta distancia entre divisoes da pagina mobile --- styles/main.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles/main.css b/styles/main.css index e8b27bb..8090a5e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -212,6 +212,10 @@ body{ display: none; } + .top-infocard{ + margin-bottom: 90px; + } + .top-infocard-text{ max-width: 86%; } @@ -245,6 +249,10 @@ body{ min-width: 85%; } + .middle-card-images{ + margin-bottom: 112px; + } + .middle-card-images-wrapper{ grid-template-columns: repeat(2, 43%); column-gap: 14px; @@ -262,6 +270,7 @@ body{ .bottom-cards{ flex-direction: column; + margin-bottom: 98px; } .bottom-card{ @@ -284,6 +293,7 @@ body{ .bottom-article{ flex-direction: column-reverse; + margin-bottom: 87px; } .bottom-article-text{ @@ -301,6 +311,7 @@ body{ .page-footer{ gap: 17px; + padding: 32px 0; } .footer-text{