diff --git a/community/webdad/live-overlay/etc/skel/.config/jade/styles.css b/community/webdad/live-overlay/etc/skel/.config/jade/styles.css index a9412cb..3b393a5 100644 --- a/community/webdad/live-overlay/etc/skel/.config/jade/styles.css +++ b/community/webdad/live-overlay/etc/skel/.config/jade/styles.css @@ -4,5 +4,8 @@ body { background-image: url("backgrounds/background.jpg") !important; - background-size: contain; + background-size: cover; + height: 100vh; + width: 100%; + background-repeat: no-repeat; }