From 3c155823a23dfc7da9dd2effb9c1ed8e6655b546 Mon Sep 17 00:00:00 2001 From: Gustavo Almeida <72572484+GustavoGads@users.noreply.github.com> Date: Sun, 25 Feb 2024 23:04:18 +0000 Subject: [PATCH] =?UTF-8?q?corrigindo=20conte=C3=BAdo=20cortado=20ao=20vir?= =?UTF-8?q?ar=20celular?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index e609ad1..2807730 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ body { background-color: black; background-repeat: no-repeat; - width: 100%; + max-height: 100%; } body::before { @@ -38,7 +38,6 @@ body::before { main { padding: 6%; - height: 100%; } .headline { @@ -217,7 +216,7 @@ footer .text-article p { } main { - height: 100vh; + min-height: 100vh; display: flex; flex-direction: column; justify-content: space-evenly; @@ -239,11 +238,10 @@ footer .text-article p { } @media screen and (min-width: 1024px) { - body { - height: 100vh; - } main { + height: 100vh; + overflow: hidden; justify-content: space-between; }