From 785c04b22ca3341c80bc721079a803508c92406a Mon Sep 17 00:00:00 2001 From: Filipe Quintanilha Date: Tue, 11 Oct 2022 13:56:38 -0300 Subject: [PATCH] fix: Ajusta banner principal mobile --- assets/styles/main.css | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index 4143ce8..c364cae 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -73,19 +73,11 @@ body{ /* BREAKPOINTS */ -@media screen and (max-width: 414px) { +@media screen and (max-width:1024px) { .main-banner-desktop{ display: none; } -} -@media screen and (min-width: 415px){ - .main-banner-mobile{ - display: none; - } -} - -@media screen and (max-width:1024px) { .top-infocard{ gap:65px; } @@ -117,18 +109,20 @@ body{ } } +@media screen and (min-width:1025px){ + .main-banner-mobile{ + display: none; + } +} + @media screen and (min-width:2500px){ .top-infocard-subtitle{ - font-weight: 400; font-size: 64px; - text-transform: uppercase; } .top-infocard-title{ - margin-bottom: 28px; - font-weight: 500; font-size: 96px; - text-transform: uppercase; + } .top-infocard-description{