fix font size in overview

This commit is contained in:
Jörg Thalheim 2013-01-31 07:30:32 +01:00
parent c404b03bb1
commit 23d3cf5c2c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ h2#pagesubtitle
' Jörg
section
ul#overview.icons
ul.overview.icons
li
i.icon-github-sign.icon-2x
span

View File

@ -146,5 +146,5 @@ footer {
}
.overview {
span { font-size: 1.5em; };
span { font-size: 2em; };
}