Line height on headers to avoid cut off descenders

This commit is contained in:
Jakob Borg 2015-08-27 21:28:07 +02:00
parent ec5feb41e8
commit 594918dd3c
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ body {
h1, h2, h3, h4, h5 {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.25;
}
ul+h5 {

File diff suppressed because one or more lines are too long