From 1f79a356a8cb7f5eab150e4513b515643f86fe3e Mon Sep 17 00:00:00 2001 From: shashankmehta Date: Sat, 20 Oct 2012 14:29:34 +0530 Subject: [PATCH] Fixed: Left nav image was not being displayed on every page. Reduced font-size in archives --- sass/custom/_styles.scss | 6 ++++++ source/_includes/header.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sass/custom/_styles.scss b/sass/custom/_styles.scss index 19357c2..b6d812f 100644 --- a/sass/custom/_styles.scss +++ b/sass/custom/_styles.scss @@ -120,4 +120,10 @@ body { } } } +} + +.archives { + .title { + font-size: 1.2em; + } } \ No newline at end of file diff --git a/source/_includes/header.html b/source/_includes/header.html index ffb9fc1..9dc653c 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -1,4 +1,4 @@ -WatchOut! +WatchOut!

{{ site.title }}