don't reduce line height for all headings in base theme (#753)

This commit is contained in:
Hakim El Hattab
2014-02-25 12:32:23 +01:00
parent ecce48d1c0
commit 1aadc53eac
10 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@ body {
margin: 0 0 20px 0;
color: #eeeeee;
font-family: Ubuntu, "sans-serif";
line-height: 0.9em;
line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: 2px 2px 2px #222222; }