aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/template/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/template/settings.scss')
-rw-r--r--css/theme/template/settings.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss
index 88f7d75..7e484f8 100644
--- a/css/theme/template/settings.scss
+++ b/css/theme/template/settings.scss
@@ -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;