From 68d717aab85f9b7cc2d1c13ffc0700bd9789101f Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 29 May 2025 00:02:09 +0200 Subject: [PATCH] feat: navbar new css --- ticketsystem/templates/ticketsystem/base.html | 102 ++++++------------ 1 file changed, 33 insertions(+), 69 deletions(-) diff --git a/ticketsystem/templates/ticketsystem/base.html b/ticketsystem/templates/ticketsystem/base.html index 54ffaf3..d352666 100644 --- a/ticketsystem/templates/ticketsystem/base.html +++ b/ticketsystem/templates/ticketsystem/base.html @@ -1,73 +1,37 @@ {% load static %} - - - {% block title %}TicketSystem{% endblock %} - - - - - - -
- {% block content %} - {% endblock %} -
- + + + + {% block title %}TicketSystem{% endblock %} + + + + + + +
+ {% block content %} + {% endblock %} +
+