diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-25 12:32:23 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-02-25 12:32:31 +0100 |
commit | 1aadc53eacaa0a474131657c663842768ed5b982 (patch) | |
tree | 7573c0403c3042a346ab9a168de7a2064a94fb90 /css/theme/simple.css | |
parent | ecce48d1c089df8b7ac601e7990b3b3c965e97dd (diff) | |
download | fosdem-2018-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar fosdem-2018-presentation-1aadc53eacaa0a474131657c663842768ed5b982.tar.gz |
don't reduce line height for all headings in base theme (#753)
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css index 5568f8e..0237f24 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -38,7 +38,7 @@ body { margin: 0 0 20px 0; color: black; font-family: "News Cycle", Impact, sans-serif; - line-height: 0.9em; + line-height: 1em; letter-spacing: 0.02em; text-transform: none; text-shadow: none; } |