Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2649 from rtablada/style/container-sizes-rem
Browse files Browse the repository at this point in the history
Updates consistent container sizes
  • Loading branch information
locks committed Jul 19, 2016
2 parents 08ff03a + 64ffacf commit 1266c00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 2 additions & 2 deletions source/stylesheets/components/legal.css.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.legal-wrapper {
padding: 3em;
padding: 3em 1rem;
padding-bottom: 1em;
max-width: 60em;
max-width: 960px;
margin: 0 auto;
}

Expand Down
5 changes: 2 additions & 3 deletions source/stylesheets/components/logos.css.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
body.logos_index.responsive > #content-wrapper {
padding: 3em;
padding-bottom: 1em;
padding: 3em 1rem 1em;
width: 100%;
max-width: 60em;
max-width: 960px;
margin: 0 auto;
}

Expand Down
5 changes: 2 additions & 3 deletions source/stylesheets/components/security.css.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
body.security.responsive > #content-wrapper {
padding: 3em;
padding-bottom: 1em;
padding: 3em 1rem 1em;
width: auto;
max-width: 60em;
max-width: 960px;
margin: 0 auto;
}

Expand Down
5 changes: 2 additions & 3 deletions source/stylesheets/components/sponsors.css.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
body.sponsors_index.responsive > #content-wrapper {
padding: 3em;
padding-bottom: 1em;
padding: 3em 1rem 1em;
width: auto;
max-width: 60em;
max-width: 960px;
margin: 0 auto;
}

Expand Down

0 comments on commit 1266c00

Please sign in to comment.