From 153173cb960f0d2fc61da2b711e077b269776077 Mon Sep 17 00:00:00 2001 From: RyanAlvesz Date: Fri, 13 Oct 2023 21:43:32 -0300 Subject: [PATCH] =?UTF-8?q?Projeto=20Finalizado=20=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/spell-potion-info.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/spell-potion-info.css b/css/spell-potion-info.css index 085b849..1e54c0d 100644 --- a/css/spell-potion-info.css +++ b/css/spell-potion-info.css @@ -46,7 +46,7 @@ main{ @media (max-width: 992px) { .box-info{ - width: 60%; + max-width: 60%; } } @@ -54,7 +54,7 @@ main{ @media (max-width: 600px) { .box-info{ - width: 90%; + max-width: 90%; padding: 24px; gap: 12px; }