diff --git a/static/css/style.css b/static/css/style.css index 8e971b1..d7520c9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -246,6 +246,14 @@ img { } /* top link menu */ + +.head { + text-align: center; + align-items: center; + justify-content: center; + align-content: center; +} + .navBar { padding: 0 0 0 0; display: flex; diff --git a/templates/base.html b/templates/base.html index bb946be..8ec1114 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,6 @@ {% include "head.html" %}
-