aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template/settings.scss
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-11-05 11:52:32 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-11-05 11:52:32 +0100
commitb09923551a0ba95fac3631f992793e44d71f474f (patch)
treee8ab2393e3bde4d082e78cb4d5a2accc61def855 /css/theme/template/settings.scss
parenta170ee898289d3d6218b247b9bff2cc584946ca8 (diff)
downloadfreenode-live-2017-presentation-b09923551a0ba95fac3631f992793e44d71f474f.tar
freenode-live-2017-presentation-b09923551a0ba95fac3631f992793e44d71f474f.tar.gz
theme updates, normalized spacing between block-level elements
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;