From 64710fd4cd7fdfda67a34dc9e9325150cc8c3c35 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Fri, 1 May 2026 04:51:11 -0400 Subject: [PATCH] tweak h1 margins --- hbd/server/templates/alerts.html | 2 +- hbd/server/templates/live.html | 1 + hbd/server/templates/plugins.html | 1 + hbd/server/templates/settings.html | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hbd/server/templates/alerts.html b/hbd/server/templates/alerts.html index 6bffa5f..a7fa669 100644 --- a/hbd/server/templates/alerts.html +++ b/hbd/server/templates/alerts.html @@ -9,7 +9,7 @@ margin: 0 auto; } - h1 { color: #333; margin-bottom: 10px; font-size: 1.5em; } + h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; } .subtitle { color: #666; diff --git a/hbd/server/templates/live.html b/hbd/server/templates/live.html index bd0df67..f55affc 100644 --- a/hbd/server/templates/live.html +++ b/hbd/server/templates/live.html @@ -45,6 +45,7 @@ h1 { color: #333; margin-bottom: 5px; + margin-top: 15px; font-size: 1.5em; } diff --git a/hbd/server/templates/plugins.html b/hbd/server/templates/plugins.html index 94809b8..10896c8 100644 --- a/hbd/server/templates/plugins.html +++ b/hbd/server/templates/plugins.html @@ -16,6 +16,7 @@ h1 { color: #333; margin-bottom: 5px; + margin-top: 15px; font-size: 1.5em; } diff --git a/hbd/server/templates/settings.html b/hbd/server/templates/settings.html index b2d292e..a867952 100644 --- a/hbd/server/templates/settings.html +++ b/hbd/server/templates/settings.html @@ -9,7 +9,7 @@ max-width: 960px; } - h1 { color: #333; margin-bottom: 4px; font-size: 1.5em; } + h1 { color: #333; margin-bottom: 5px; margin-top: 15px; font-size: 1.5em; } .subtitle { color: #666; margin-bottom: 24px; font-size: 0.9em; } /* ---- Sidebar + content layout ---- */