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;