(Fix) Header/Layout: revert change from calc to padding since it affects too many other things

This commit is contained in:
0xfff 2016-09-26 02:35:59 +02:00
parent 826dd028f2
commit 92177218c3

View file

@ -43,7 +43,7 @@
}
&__content {
max-width: $content-max-width;
@extend .content; // DEV: Todo
padding: ($size-gutter * 4) 0 ($size-gutter * 5);
margin: 0 auto;
}