fix(styles): video responsiveness
This commit is contained in:
parent
fc52bf23f5
commit
16312d177d
@ -42,8 +42,8 @@
|
||||
|
||||
.video {
|
||||
position: fixed;
|
||||
min-height: 100vh;
|
||||
width: 100vw;
|
||||
min-height: 200vh;
|
||||
min-width: 100vw;
|
||||
z-index: -100;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user