Layout improvements.

This commit is contained in:
2016-04-11 22:56:59 -04:00
parent 440a2a4d4f
commit 6c9765d3d5
3 changed files with 7 additions and 6 deletions

View File

@ -12,7 +12,7 @@ $base-font-weight: 400;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
$spacing-unit: 30px;
$spacing-unit: 15px;
$text-color: #111;
$background-color: #fdfdfd;
@ -49,5 +49,6 @@ $on-laptop: 800px;
@import
"base",
"layout",
"syntax-highlighting"
"syntax-highlighting",
"columns"
;