From bdb07f0b7bf685288a4ca44b5b98cec738d0f1cc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 26 Jan 2025 12:35:42 +0100 Subject: [PATCH] css/bg --- rtfd/public/html/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index 86eff7a..d40a638 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -23,6 +23,8 @@ html { body { background-color: #111; background-image: url("images/logo.svg"); +background-position: center; +background-size: cover; color: #777; font-family: sans-serif; font-size: 1.5rem;