From 0a7b1664be63146b476f671691f37ac729030bc0 Mon Sep 17 00:00:00 2001 From: Juwan Jouma <144624787+The5TiM@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:32:48 +0200 Subject: [PATCH] Add viewport height section styling in style.css --- Styles/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Styles/style.css b/Styles/style.css index e69de29..0965a65 100644 --- a/Styles/style.css +++ b/Styles/style.css @@ -0,0 +1,4 @@ +section { + width: 100%; + height: 100vh; +} \ No newline at end of file