From 1bc8be090ae0febadf8b05f4dd4e5f9579a59105 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:19:16 -0600 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 411e841..99134cd 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,7 @@ body { background-image: url("/static/background.png"); background-position: bottom right; background-repeat: no-repeat; - background-size: 50%; + background-size: 20vh 20hh; } #title { -- 2.39.5