set a line height for consistency
Ted Unangst tedu@tedunangst.com
Fri, 27 Sep 2019 15:36:46 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -10,6 +10,7 @@ color: $fg;
font-size: 1em; word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; + line-height: 1.1; } pre, code { white-space: pre-wrap;