Skip to content

Commit 0847efc

Browse files
committed
max-width
test
1 parent b0d0a79 commit 0847efc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/_base.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,9 @@ pre {
154154
* Wrapper
155155
*/
156156
.wrapper {
157-
max-width: -webkit-calc(800px - (#{$spacing-unit} * 2));
158-
max-width: calc(800px - (#{$spacing-unit} * 2));
157+
max-width: 980px - #{$spacing-unit} * 2;
159158
margin-right: auto;
160-
margin-left: auto;
159+
margin-left: auto;
161160
padding-right: $spacing-unit;
162161
padding-left: $spacing-unit;
163162
@extend %clearfix;

0 commit comments

Comments
 (0)