From 12b4bb9a5240602e5e583ab0f4dac7d5759bbdb8 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Fri, 27 Sep 2019 15:36:46 -0400 Subject: [PATCH] set a line height for consistency --- views/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/views/style.css b/views/style.css index 164aef2..2d6f00c 100644 --- a/views/style.css +++ b/views/style.css @@ -10,6 +10,7 @@ body { font-size: 1em; word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; + line-height: 1.1; } pre, code { white-space: pre-wrap;