From f6ffde8556c42b5274c0c0012268269a3d782798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 28 Jan 2013 09:21:03 +0100 Subject: [PATCH] css: #overview -> .overview --- source/stylesheets/site.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 19a0875..9994304 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -145,6 +145,6 @@ footer { } } -#overview { - span { font-size: 2em; }; +.overview { + span { font-size: 1.5em; }; }