Skip to content

Commit

Permalink
Merge pull request #342 from ASUWebPlatforms/WS2-813-fix
Browse files Browse the repository at this point in the history
Adding class center-container to position wrap around container.
  • Loading branch information
mlsamuelson authored Sep 29, 2022
2 parents 1ff035a + 89e77ca commit b5854d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/renovation.style.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/sass/extends/_backgrounds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
max-width: 1920px;
}

.center-container {
margin: 0 auto;
}

.content-description-container {
background-color: $uds-color-base-gray-1;
width: 100%;
Expand Down

0 comments on commit b5854d0

Please sign in to comment.