Skip to content

Commit

Permalink
Unset position of banner images for wider screens
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jul 24, 2024
1 parent 7e98d20 commit 094a9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/modules/paragraphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
padding-top: 45px;
position: relative;

@media (max-width: #{$screen-md-max}) {
@media (max-width: #{$screen-lg-max}) {
.contextual-region {
position: unset;
}
Expand Down Expand Up @@ -367,7 +367,7 @@
padding: 30px 10px;
position: relative;

@media (max-width: #{$screen-md-max}) {
@media (max-width: #{$screen-lg-max}) {
.contextual-region {
position: unset;
}
Expand Down

0 comments on commit 094a9c7

Please sign in to comment.