Skip to content

Commit

Permalink
Update video container styles and height
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Sep 6, 2024
1 parent 9aed29f commit 40e94e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions style-classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
position: relative;
// width: fit-content;
padding-bottom: 56.25%;
// height: 0;
height: 100vh;
height: 0;
// height: 100vh;
width: 100%;
background-color: #000;

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25362,7 +25362,7 @@ has-background-danger.is-hoverable:active {
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 100vh;
height: 0;
width: 100%;
background-color: #000;
}
Expand Down
2 changes: 1 addition & 1 deletion style.css.map

Large diffs are not rendered by default.

0 comments on commit 40e94e4

Please sign in to comment.