From 78f86ae431c4076d425b81f902f3ffcac3cb9647 Mon Sep 17 00:00:00 2001 From: Namonay Date: Mon, 1 Dec 2025 10:39:39 +0000 Subject: [PATCH] yippiii --- src/data/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/data/static/css/style.css b/src/data/static/css/style.css index 44a4095..eba88e9 100644 --- a/src/data/static/css/style.css +++ b/src/data/static/css/style.css @@ -10,6 +10,9 @@ body { margin: 0; padding: 0; background-image: url("/static/img/background.webp"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; background: #2c2c2c; /* Dark background to match navbar */ color: #f8f9fa; /* Light text for readability */ display: flex;