From a5148ffbac1809752b8a2442e3df1704ce72abca Mon Sep 17 00:00:00 2001 From: c8in4 <106409156+c8in4@users.noreply.github.com> Date: Thu, 30 May 2024 21:00:43 +1200 Subject: [PATCH] Change body height unit to dvh --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 1dbdc8f..a66b0b6 100644 --- a/css/style.css +++ b/css/style.css @@ -20,10 +20,9 @@ body { color: var(--clr-primary); font-size: 1.6rem; font-family: "OpenSans", Arial, Helvetica, sans-serif; - height: 100vh; - width: 100%; + height: 100dvh; + /* width: 100%; */ margin: 0; - outline: 2px solid red; } .flex-column {