Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored and Vinit Shahdeo committed Feb 1, 2020
1 parent 7660c77 commit 8b1c9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,11 @@ textarea, input {

/* breaks out of #content div and presents edge-to-edge content without absolute positioning */
.inline-fullwidth-content {
width:100vw;
margin:0 calc((100% / 2) - 50vw);
width:100vw !important;
margin:0 calc((100% / 2) - 50vw) !important;
}
@media (min-width: 992px) {
.inline-fullwidth-content {
margin:0 calc((133% / 2) - 50vw);
margin:0 calc((133% / 2) - 50vw) !important;
}
}

0 comments on commit 8b1c9c3

Please sign in to comment.