Skip to content

Commit 44cf17e

Browse files
authored
feat(Header): fix video size (#625)
1 parent 7301b73 commit 44cf17e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/blocks/Header/Header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ $backgroundWidth: 1440px;
116116
> video {
117117
border-radius: $borderRadius;
118118
width: 100%;
119-
height: auto;
119+
height: 100%;
120+
object-fit: cover;
120121
}
121122
}
122123

0 commit comments

Comments
 (0)