From 86cc079a1ef804abbfd86d9f72987e31440dc6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 23 Oct 2021 15:36:57 +0200 Subject: style: Smaller space between list elements --- src/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style/style.css b/src/style/style.css index 2635721..9adbb11 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -56,6 +56,11 @@ li { overflow-wrap: break-word; } +ul li p { + margin-top: .6em; + margin-bottom: .6em; +} + table { border-collapse: collapse; font-size: .8em; -- cgit v1.2.3