Skip to content

Commit

Permalink
Created a wrapper class
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hoffman <bryan@spigotdesign.com>
  • Loading branch information
spigotdesign committed May 23, 2016
1 parent 6b318ad commit aca967d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/base/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@
// Site Scaffolding
//

.wrapper {
max-width: $site-width;
margin: 0 auto;
padding: 0 20px;

@include mq($site-width) {
padding: 0;
}
}

0 comments on commit aca967d

Please sign in to comment.