only want tight line spacing in header blocks
Ted Unangst tedu@tedunangst.com
Sat, 28 Sep 2019 16:23:36 -0400
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -10,7 +10,7 @@ color: $fg;
font-size: 1em; word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; - line-height: 1.1; + line-height: 1.2; } pre, code { white-space: pre-wrap;@@ -150,6 +150,7 @@ white-space: nowrap;
overflow: hidden; text-overflow: ellipsis; font-size: 0.8em; + line-height: 1.1; margin-top: 1em; height: 64px; }