From 5014369c3c4bbeb27eab5406eb2680277f2d84e6 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 21 Feb 2024 21:40:39 +0100 Subject: [PATCH] center background by default --- playlist/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playlist/static/style.css b/playlist/static/style.css index a4e4681..7421041 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -1,6 +1,9 @@ body { background-color: #01817F; margin: 0; + height: 100%; + width: 100%; + background-position: 50% 50%; } #main-window {