From 251e1ebccb4d0f70683f1c256043620af44910a5 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 03:57:46 +0200 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 8e4c585e..e5675ff9 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -19,6 +19,7 @@ details { summary { background-color: var(--background-alt); + padding-bottom: 0; } details p, details section { @@ -30,7 +31,7 @@ aside { } h1 { - margin-top: -1.7em; + margin-top: -1.5em; } .right-sidebar {