From 23d3cf5c2c24faba540da6788097084e5ca61f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 31 Jan 2013 07:30:32 +0100 Subject: [PATCH] fix font size in overview --- source/index.html.slim | 2 +- source/stylesheets/site.css.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.html.slim b/source/index.html.slim index 2e6d10b..cb27f20 100644 --- a/source/index.html.slim +++ b/source/index.html.slim @@ -5,7 +5,7 @@ h2#pagesubtitle ' Jörg section - ul#overview.icons + ul.overview.icons li i.icon-github-sign.icon-2x span diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 9994304..51f10ff 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -146,5 +146,5 @@ footer { } .overview { - span { font-size: 1.5em; }; + span { font-size: 2em; }; }