diff --git a/templates/base.html b/templates/base.html
index 74c2adf..2404451 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,6 +17,7 @@
/* Page background: RAL 1013 (Oyster white) — approximate hex */
body {
background-color: #EDE6D1;
+ padding-top: 70px; /* leave space for fixed navbar */
}
{% block extra_css %}{% endblock %}
diff --git a/templates/components/navbar.html b/templates/components/navbar.html
index 3430f51..ea38417 100644
--- a/templates/components/navbar.html
+++ b/templates/components/navbar.html
@@ -1,5 +1,5 @@
-