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 ---- */