diff --git a/templates/index.html b/templates/index.html
index de907e8..a4d730b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -53,7 +53,7 @@
}
.header-title { font-size: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
- .header-actions { display: flex; align-items: center; gap: 16px; }
+ .header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .btn { color: white; }
.header-actions .btn-outlined { border-color: rgba(255,255,255,0.7); }
.header-actions .btn-outlined:hover { background: rgba(255,255,255,0.1); }