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 {