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