Skip to content

Commit

Permalink
Hero container fixes
Browse files Browse the repository at this point in the history
mikesetzer committed Oct 12, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ca6437a commit 355457b
Showing 2 changed files with 19 additions and 3,789 deletions.
3,787 changes: 0 additions & 3,787 deletions hr_custom.css

This file was deleted.

21 changes: 19 additions & 2 deletions src/css/hr_custom.css
Original file line number Diff line number Diff line change
@@ -619,7 +619,7 @@ ul.navSide {
}

.stats div.imgOverlay {
background: url('/wp-content/themes/bs-hr-theme/img/background_knight.jpg');
background: url('/wp-content/themes/bs-hr-theme/img/background_knight.jpg');
background-size: cover;
}

@@ -2567,7 +2567,7 @@ header.site-header nav li.boxed {
video.homevideo {
/* width: 100%; */
height: auto;
position: absolute;
/*position: absolute;*/
top: 0px;
left: 0px;
right: 0px;
@@ -3785,3 +3785,20 @@ body.page-template-template-azindex .content ul li {
width:100%;
}
}

video.homevideo {
position: relative;
width: 100%;
height: auto;
}

.hero.video.container-fluid > .container {
position: absolute;
left: 0px;
right: 0px;
}

.hero.video.container-fluid {
padding: 0px;
height: auto;
}

0 comments on commit 355457b

Please sign in to comment.