From 9e2d7474ae240e06e8f2bf1cd648f74b65e5d176 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Fri, 18 Nov 2011 11:38:15 +0100 Subject: [PATCH] Add header font size and padding to custom layout --- .themes/classic/sass/custom/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.themes/classic/sass/custom/_layout.scss b/.themes/classic/sass/custom/_layout.scss index 5317311..afc9b57 100644 --- a/.themes/classic/sass/custom/_layout.scss +++ b/.themes/classic/sass/custom/_layout.scss @@ -1,6 +1,10 @@ // Here you can easily change your sites's layout. // To give it a try, uncomment some of the lines below, make changes, rebuild your blog, and see how it works. +//$header-font-size: 1em !default; +//$header-padding-top: 1.5em !default; +//$header-padding-bottom: 1.5em !default; + //$max-width: 1350px; //$indented-lists: true;