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; + }