From e9df889f5641d8130fdf8f6f70d6149d672a67a8 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 23 Apr 2021 11:05:27 +0100 Subject: [PATCH] Typography tweaks --- docs/extra.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/extra.css b/docs/extra.css index ab62371e..0be08ca3 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -3,13 +3,14 @@ p { margin-bottom: 12px; + line-height: 26px; } code { font-size: 85%; background-color: rgba(27,31,35,.05); border-radius: 3px; - padding: .2em .4em; + padding: .15em .4em; color: inherit; border: none; margin: 0 1px;