From 332fb13668bbdfbe7206a41fa65bfb880dbb9fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Sun, 17 Aug 2025 22:22:00 +0200 Subject: [PATCH] increase margins around h3 in prose docs --- static/css/doc.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/doc.css b/static/css/doc.css index 032dcfa..80e650d 100644 --- a/static/css/doc.css +++ b/static/css/doc.css @@ -43,6 +43,12 @@ main.doc { padding-bottom: 0.5lh; } + & h3 { + margin: 0; + padding-top: 0.5lh; + padding-bottom: 0.5lh; + } + & ul, & ol { /* Is there a better way to add spacing to the marker, other than adding whitespace? */