Skip to content

Commit

Permalink
.overlay-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavery committed Nov 9, 2024
1 parent f46f70b commit 0ad6d47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/konnected.css
Original file line number Diff line number Diff line change
Expand Up @@ -1374,8 +1374,6 @@ iframe#bwpFrame {
position: absolute;
bottom: 0;
width: 100%;
top: 0;
height: 100%;
}
.overlay-bg img {
display: block;
Expand All @@ -1384,6 +1382,10 @@ iframe#bwpFrame {
}

@media screen and (min-width: 990px) {
.overlay-bg {
top: 0;
height: 100%;
}
.header--middle-left {
grid-template-columns: auto 1fr auto !important;
}
Expand Down

0 comments on commit 0ad6d47

Please sign in to comment.