Make wrapper extend to browser window

This commit is contained in:
Michael Smith 2016-12-26 15:02:41 +01:00
parent a78177439c
commit c30dfbc19b

View File

@ -38,8 +38,6 @@ ul, ol, dl, figure,
* Wrapper * Wrapper
*/ */
.wrapper { .wrapper {
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-right: $spacing-unit; padding-right: $spacing-unit;