From 244e3a87b974658df0d58594a03e2e6fb4c6c875 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:29:13 -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 926106d..2a6ab18 100644 --- a/static/style.css +++ b/static/style.css @@ -2,8 +2,8 @@ body { /* background: linear-gradient(to left, #a0f4a0, #a0f4c0); */ background-image: url("/static/background.png"); background-position: bottom right; + background-size: 50%, 25%, 25%; background-repeat: no-repeat; - background-size: 10vh 10hh; } #title { -- 2.39.5