From 0e8b3631f89d48f02b993390ad0a41caa60a6ba4 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:29:36 -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 5178ffc..6a7e004 100644 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,7 @@ body { /* background: linear-gradient(to left, #a0f4a0, #a0f4c0); */ background-image: url("/static/background.png"); background-position: bottom right; - background-size: 50% 25% 25%; + background-size: 10% 25% 25%; background-repeat: no-repeat; } -- 2.39.5