Fix: Info-header should be bigger than content title

This commit is contained in:
jomo
2014-06-26 22:47:10 +02:00
parent a1fc65c3e6
commit 07d740f194
2 changed files with 6 additions and 1 deletions

View File

@@ -238,6 +238,11 @@ span.no-about {
margin: 1em 0 0.5em;
text-shadow: 0 1px #999;
word-wrap: break-word;
&.info-title {
font-size: 3em;
margin-bottom: 0.6em;
}
}
}