summaryrefslogtreecommitdiff
path: root/_sass/yat/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/yat/_layout.scss')
-rw-r--r--_sass/yat/_layout.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/_sass/yat/_layout.scss b/_sass/yat/_layout.scss
index 2acf1f1..8bc0814 100644
--- a/_sass/yat/_layout.scss
+++ b/_sass/yat/_layout.scss
@@ -575,6 +575,11 @@ html {
transition: 0.1s all ease-in-out;
}
+ & > video {
+ width: 100vw;
+ object-fit: cover;
+ }
+
& > img.img-placeholder {
display: none;
}