Update line height

This commit is contained in:
Ariejan de Vroom 2015-04-07 11:24:52 +02:00
parent 8f263f5f73
commit 225d0a3e3f

View File

@ -11,7 +11,7 @@ body {
background: #FFFFFF;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 13px;
line-height: 18px;
line-height: 20px;
}
.container {
@ -221,7 +221,7 @@ ul#social li a {
@media (min-width: 720px) {
body {
font-size: 16px;
line-height: 22px;
line-height: 24px;
}
.container {