From 38812b9e97672d8fe6cc3c7afec9d3bfc5327206 Mon Sep 17 00:00:00 2001 From: Saulo Klein Nery Date: Fri, 7 Oct 2022 15:58:21 -0300 Subject: [PATCH] Conserta margem inferior dos cards inferios mobile --- assets/styles/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/styles/main.css b/assets/styles/main.css index 9338201..134ff45 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -93,6 +93,7 @@ body{ .bottom-cards{ margin-top: 142px; background: linear-gradient(180deg, #00C8FF 0%, #15ACD6 100%); + padding-bottom: 128px; } .bottom-cards-wrapper{ @@ -174,6 +175,10 @@ body{ max-width: 240px; } + .bottom-cards{ + padding-bottom: 98px; + } + .bottom-cards-wrapper{ grid-template-columns: 1fr; justify-items: center;