Skip to content

Commit

Permalink
πŸ’„ touch-up video header issues
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Oct 1, 2024
1 parent b5357ec commit 1821a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/styles/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,16 @@ aside.article-banner {

.article-header-video {
position: relative;
height: calc(100vh - $header-height-mobile);
min-height: calc(100vh - $header-height-mobile);

@include media-breakpoint-up(lg) {
height: 48rem;
min-height: 36rem;
}

overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
z-index: -1; // put behind the breadcrumbs

video {
position: absolute;
Expand Down

0 comments on commit 1821a9f

Please sign in to comment.