From 8e8f38c8b546f66581730c82676f2ce475fb201c Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Fri, 13 Feb 2026 00:11:43 +0100 Subject: [PATCH] fix: margin if not header text is present --- themes/hugo-sustain/assets/scss/default.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index 0c640bf..97c9f33 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -199,6 +199,8 @@ html, body { font-size: 18px; .header-image { + margin-bottom: 1em; + img { width: 100%; height: auto; @@ -210,7 +212,7 @@ html, body { font-size: 0.8em; text-align: center; line-height: 1em; - margin-bottom: 1.5em; + margin-bottom: 0; } } }