commit 2ce10315a4dc814771d070e479d512656072f5c6 parent 414aaa628c8c7a82f5d543221bc049efcfd60e5d Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 26 Jun 2020 02:30:02 -0400 Fix spacing between lines in wrapped h2 elements Diffstat:
M | style/main.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/style/main.css b/style/main.css @@ -37,6 +37,7 @@ h3, h4, h5, h6 { h2 { font-style: oblique; margin-bottom: 0.1em; + line-height: 1.1em; } nav {