diff --git a/templates/base.html b/templates/base.html index bb3e041..af23e29 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,69 +23,65 @@ label { margin-right: 10px; } + nav { + display:flex; + justify-content:space-between; + }
-
@@ -98,19 +94,11 @@

- {% block content %}{% endblock %} - {% block endscript %}{% endblock %}