Skip to content

Commit

Permalink
fix height in intro block
Browse files Browse the repository at this point in the history
  • Loading branch information
GoncharovaOksana committed Oct 1, 2024
1 parent d6ca887 commit 6c15324
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/blocks/intro.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
background-size: cover;
background-blend-mode: lighten;
position: relative;
min-height: 100vh;

video {
width: 100%;
object-fit: contain;
height: 100%;
object-fit: cover;
}

&__bg {
Expand Down

0 comments on commit 6c15324

Please sign in to comment.