Update _grid.scss

This commit is contained in:
Pedro Reis 2014-10-20 15:34:43 +01:00
parent b620ed976e
commit ccf50763b1
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;
}