From d21ffe7198efef96ff15933b9fa77a54985668b1 Mon Sep 17 00:00:00 2001 From: Gabriel Gomes Date: Thu, 13 Oct 2022 20:15:44 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Adiciona=20estiliza=C3=A7=C3=A3o=20do?= =?UTF-8?q?=20bottom-infocard-image=20desktop=20e=20mobile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/CSS/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/CSS/main.css b/assets/CSS/main.css index d8c29cc..ff848f5 100644 --- a/assets/CSS/main.css +++ b/assets/CSS/main.css @@ -184,6 +184,10 @@ body { height: auto; } +.bottom-infocard-image-desktop, .bottom-infocard-image-mobile { + width: 100%; +} + @media screen and (max-width:1024px) { .middle-banner-container { display: grid;