Layout improvements.
This commit is contained in:
parent
440a2a4d4f
commit
6c9765d3d5
3 changed files with 7 additions and 6 deletions
|
@ -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"
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue