From af0de50592840938abc8a841b3d9eb9c8006e326 Mon Sep 17 00:00:00 2001 From: ack_ik Date: Mon, 26 Jan 2026 15:38:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=BA=D0=BB=D0=B5=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BD=D0=B0=D0=B2=D0=B1=D0=B0=D1=80=20=D0=BA=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=85=D1=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 1 + templates/components/navbar.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ -