ux: tweaked light theme and made page container more fluid

This commit is contained in:
Torkel Ödegaard
2017-12-05 15:16:06 +01:00
parent 16fbefbbc5
commit 8085182121
4 changed files with 11 additions and 9 deletions

View File

@@ -15,8 +15,12 @@
}
.page-container {
@extend .container;
padding: 0 $spacer * 2;
margin-left: auto;
margin-right: auto;
padding-left: $spacer*2;
padding-right: $spacer*2;
max-width: 980px;
@include clearfix();
}
.scroll-canvas {