diff --git a/filed/static/paint.css b/filed/static/paint.css index 251a8b7..804d769 100644 --- a/filed/static/paint.css +++ b/filed/static/paint.css @@ -225,9 +225,6 @@ p { width: 100%; } .footer svg { - position: absolute; - bottom: -10px; - right: 10%; color: var(--header-color); transition: 500ms ease; filter: brightness(1.2); diff --git a/filed/templates/base.html b/filed/templates/base.html index 3803255..91863a8 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -15,7 +15,7 @@ blek! File - + {% include "seotags.html" %} {% block head %}{% endblock %} @@ -30,29 +30,40 @@ {% block body %}{% endblock %}