Skip to content

Commit

Permalink
Reduce container.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfollet committed Nov 11, 2016
1 parent c0d52e1 commit a78915c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ html {
}

body {
padding: 2rem 1.5rem;
color: $body-color;
background-color: $body-bg;
-webkit-text-size-adjust: 100%;
Expand Down
7 changes: 2 additions & 5 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
// Styles for managing the structural hierarchy of the site.

.container {
max-width: 38rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-left: auto;
margin-right: auto;
max-width: 32rem;
margin: 0 auto;
}

footer {
Expand Down

0 comments on commit a78915c

Please sign in to comment.