From 9ae96ba41968a59f785c96333cdecd0f4778131a Mon Sep 17 00:00:00 2001 From: Stephan Hagedorn Date: Mon, 21 Aug 2017 14:57:34 +0200 Subject: [PATCH] Fix for latest changes Some variables were missing --- _config.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.scss b/_config.scss index a6b0a22..6b515b8 100644 --- a/_config.scss +++ b/_config.scss @@ -46,10 +46,10 @@ $basic_line: 1; // ), // ); -// $head_size_1: 3.1em; -// $head_size_2: 2.5em; -// $head_size_3: 1.8em; -// $head_size_4: 1.35em; +$head_size_1: 3.1em; +$head_size_2: 2.5em; +$head_size_3: 1.8em; +$head_size_4: 1.35em; $text_size_1: 1em; $text_size_2: 20;