Make wrapper extend to browser window
This commit is contained in:
parent
a78177439c
commit
c30dfbc19b
@ -38,8 +38,6 @@ ul, ol, dl, figure,
|
||||
* Wrapper
|
||||
*/
|
||||
.wrapper {
|
||||
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));
|
||||
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-right: $spacing-unit;
|
||||
|
||||
Reference in New Issue
Block a user