From 05f7f452470e8f6b5225473e69b88d12365ba6a1 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Thu, 17 Feb 2022 23:20:24 -0500 Subject: [PATCH] Try to make it fit mobile better --- public/willpower.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/willpower.css b/public/willpower.css index c8a2d5b..5c4ef31 100644 --- a/public/willpower.css +++ b/public/willpower.css @@ -94,8 +94,8 @@ html, body { #video { background-image: url('/willpower.gif'); background-position: center; - background-repeat: no-repeat; - background-size: cover; + background-repeat: repeat; + background-size: contain; height: 100%; width: 100%; z-index: 255;