Skip to content

Commit

Permalink
change(container): unset values of page-document on 1200+ browser width
Browse files Browse the repository at this point in the history
- this way we can get outside the container area when we need content
  to stretch beyond its area
  • Loading branch information
ichim-david committed Nov 2, 2022
1 parent 183265b commit dd5bea3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/themes/eea/elements/container.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
[class*='or lower hidden']:not(.computer):not(.tablet):not(.mobile) {
display: none !important;
}
#page-document {
width: unset !important;
max-width: unset !important;
}
}
}

Expand Down

0 comments on commit dd5bea3

Please sign in to comment.