From 58ee8ddb6850ca29faaa60008def1361d49cd041 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 16 Nov 2025 20:19:39 -0700 Subject: [PATCH] Continue adjusting style so that posts are more succint. --- static/css/style.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5f8b554..b86ac78 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,17 +1,27 @@ /* Prevent excess gaps underneath headers. Looks horrible! */ -h1,h2,p,div { - margin-bottom: 16px; +h1,h2,p,div,blockquote { margin-top: 8px; + margin-bottom: 16px; } h3,h4 { - margin-bottom: 12px; margin-top: 6px; + margin-bottom: 12px; } h5,h6 { - margin-bottom: 8px; margin-top: 4px; + margin-bottom: 8px; } pre,strong { - margin-bottom: 4px; margin-top: 2px; + margin-bottom: 4px; +} + +pre { + padding: 2px; + padding-left: 20px; +} + +audio { + padding-top: 5px; + padding-bottom: 20px; }