Skip to content

Commit

Permalink
Merge pull request #962 from web-illinois/feature/trubach/issue-958-a…
Browse files Browse the repository at this point in the history
…dd-a-max-page-width-for-users-with-ultrawide-monitors

Add max width to page layout. Fixes #958
  • Loading branch information
trubach authored Nov 6, 2023
2 parents 581179f + e947b66 commit 311bae4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/illinois-framework/_regions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.layout-container {
margin: 0 auto;
max-width: 1920px;
width: 100%;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.l-region {

&--header {
Expand Down

0 comments on commit 311bae4

Please sign in to comment.