From dd337e04e00a39bc6c1bf520f3d23b1d84d97646 Mon Sep 17 00:00:00 2001 From: Korbo Duo <156673823+korboduo@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:57:44 +0900 Subject: [PATCH] bg set to cover and autofits height to viewport --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c6227c1..f456be6 100755 --- a/style.css +++ b/style.css @@ -50,9 +50,9 @@ body, html { position: fixed; top: 0; left: 0; + background: url('images/bg.png') center center / cover no-repeat; + height: 100vh; width: 100%; - height: 100%; - background: url('images/bg.png') center center / contain no-repeat; z-index: 0; pointer-events: none; }