theme updates, normalized spacing between block-level elements

This commit is contained in:
Hakim El Hattab
2014-11-05 11:52:32 +01:00
parent a170ee8982
commit b09923551a
13 changed files with 38 additions and 37 deletions

View File

@ -9,8 +9,11 @@ $mainFont: 'Lato', sans-serif;
$mainFontSize: 36px;
$mainColor: #eee;
// Vertical spacing between blocks of text
$blockMargin: 20px;
// Headings
$headingMargin: 0 0 20px 0;
$headingMargin: 0 0 $blockMargin 0;
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
$headingLineHeight: 1.2;