From 452140929506455a4b4aa432b6c617b47efc14f0 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 00:54:07 +0100 Subject: [PATCH] small fixes --- themes/buha/assets/css/layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 01e45485..30faa56d 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -13,6 +13,8 @@ background-image: linear-gradient(var(--background-alt), var(--background)); } + + main h1 { margin-top: 0rem; margin-bottom: 0rem; @@ -143,7 +145,7 @@ article h2 { padding-right: 10px; display: flex; justify-content: space-between; - min-height: 60vh; + min-height: 70vh; } .right-sidebar {