From bcfd8b1d934699b9b33c57329c86671e3df131b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 18 Oct 2022 23:29:12 +0200 Subject: [PATCH] Reduce unused height on headlines. --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 243ea98..3053cf5 100644 --- a/static/style.css +++ b/static/style.css @@ -98,7 +98,6 @@ body nav input { } .node .node { - margin: 0.5em 0ex 0.5em 0.25ex; padding: 1ex 0 1ex 1ex; border-left: 1px dashed #2c3e50; } @@ -115,6 +114,10 @@ body nav input { content: "🮦"; } +.node .title { + margin: 0; +} + /* Inhibit

tags inside inlined items */ /* TODO: Remove need for this on generator */ .item p {