dasig-static/design/classes.sass
2026-03-26 19:08:50 +08:00

9 lines
130 B
Sass

.fullscreen
position: absolute
top: 0
left: 0
width: 100vw
height: 100vh
object-fit: cover
z-index: -1
opacity: 1