Styling of planet page

This commit is contained in:
Stefan Schlott 2013-08-27 09:30:21 +02:00
parent f6187e6ebe
commit 0245c85a7d
2 changed files with 20 additions and 6 deletions

View file

@ -131,3 +131,11 @@ div.commaseparated {
}
}
div.planetpost {
h2 {
font-size: $baseFontSize * 1.25;
line-height: $baseLineHeight;
margin-bottom: 5px;
}
}