bg set to cover and autofits height to viewport

This commit is contained in:
Korbo Duo 2025-09-29 12:57:44 +09:00
parent 5e41be39a4
commit dd337e04e0

View File

@ -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;
}