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; }; }