Skip to content

Commit

Permalink
Update container width to use spacing, rather than percentage based
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Oct 19, 2018
1 parent 428fc4c commit e07de4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/container/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
margin: auto;
max-width: rem(1170px);
width: 96%;
width: calc(100% - #{rem($spacing-large)});
}

/// Container, used as a wrapper around sections within a page.
Expand Down

0 comments on commit e07de4d

Please sign in to comment.