Skip to content

Commit

Permalink
feat(Header): fix video size (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakate authored Oct 11, 2023
1 parent 7301b73 commit 44cf17e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/blocks/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ $backgroundWidth: 1440px;
> video {
border-radius: $borderRadius;
width: 100%;
height: auto;
height: 100%;
object-fit: cover;
}
}

Expand Down

0 comments on commit 44cf17e

Please sign in to comment.