From 42007ac3b9c5f17159513031261dccd767b4f47e Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Mon, 21 Apr 2025 23:57:00 -0500 Subject: [PATCH] fix: nav bar size --- templates/base.html.twig | 10 +++++++--- templates/components/NavBar.html.twig | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 01642b7..3b00bce 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -15,9 +15,13 @@ -
- - {% block body %}{% endblock %} +
+
+ +
+
+ {% block body %}{% endblock %} +
diff --git a/templates/components/NavBar.html.twig b/templates/components/NavBar.html.twig index 08145be..149dc51 100644 --- a/templates/components/NavBar.html.twig +++ b/templates/components/NavBar.html.twig @@ -1,4 +1,4 @@ -