Merge pull request #14 from pdcreis/patch-16

Update _grid.scss
This commit is contained in:
Mike Francis 2014-10-24 15:11:05 +01:00
commit cb559e0017
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
.container {
max-width: $max-width;
margin: 0 auto;
padding: 0 $gutter;
@extend .clearfix;
}