fix(styles): video responsiveness

This commit is contained in:
Walid 2022-04-13 00:33:26 +00:00
parent fc52bf23f5
commit 16312d177d
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279

View File

@ -42,8 +42,8 @@
.video { .video {
position: fixed; position: fixed;
min-height: 100vh; min-height: 200vh;
width: 100vw; min-width: 100vw;
z-index: -100; z-index: -100;
} }
} }