From 1b4755b40128d88924e9f23afd950ded88c09c69 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sun, 23 Nov 2025 23:55:23 +0000 Subject: [PATCH] new layout --- html/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index d412424..0601e2d 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -8,8 +8,8 @@ body { background-image: linear-gradient(to bottom, aqua, blue); font-family: "Times New Roman", Times, serif; - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; /*background-image: url("../img/background.png"); background-size: cover;*/