From b03d935a9e0a237aecc8cc416f46b6dd6a4f83d0 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Tue, 12 Aug 2025 16:25:58 +0100 Subject: [PATCH] style: Reduce background image size --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 2266add..6c4c6d3 100644 --- a/static/style.css +++ b/static/style.css @@ -15,7 +15,7 @@ body { background-repeat: no-repeat; background-position: bottom 20px right 20px; background-attachment: fixed; - background-size: 300px; + background-size: 100px; color: #333; margin: 0; padding: 20px;