From 093471cda7049d556b01dd310fc79755db80fbd5 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Thu, 28 Sep 2023 16:38:09 +0000 Subject: [PATCH] more styling tweaks --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 2ca821a..7744c1f 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ -div.kagi-summary { margin-top: 1em; } -div.kagi-summary blockquote { margin: 1em 0; } +div.kagi-summary { margin: 1em 0; } +div.kagi-summary blockquote { margin-top: 1em; } div.kagi-summary a { transform: scale(0.8); } div.kagi-summary.kagi-loading a { opacity: 0.5; } div.kagi-summary.kagi-loading a:hover { color: inherit; background-color: inherit; }