aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2011-11-18 11:38:15 +0100
committerFrederic Hemberger <mail@frederic-hemberger.de>2011-11-18 11:38:15 +0100
commit9e2d7474ae240e06e8f2bf1cd648f74b65e5d176 (patch)
tree39160379276c6f83d83d1b2ea3a80876adecae0d /.themes/classic
parentfe28a3bd05b6cb8a0fb9719da2230a38979f48b7 (diff)
downloadmy_new_personal_website-9e2d7474ae240e06e8f2bf1cd648f74b65e5d176.tar.xz
my_new_personal_website-9e2d7474ae240e06e8f2bf1cd648f74b65e5d176.zip
Add header font size and padding to custom layout
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/sass/custom/_layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/.themes/classic/sass/custom/_layout.scss b/.themes/classic/sass/custom/_layout.scss
index 53173115..afc9b578 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;