diff --git a/templates/base.html b/templates/base.html index 2066075..a64f4b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,7 +23,7 @@ body{ .avatar {transition: 0.8s;} .avatar:hover {transform: scale(1.15) rotate(360deg);} #header{display:flex;padding-bottom:8px;border-bottom: 1px solid var(--borderColor-muted, var(--color-border-muted));margin-bottom: 16px;} -#footer {margin: 40px auto; text-align: center;font-size: small;} +#footer {margin-top:64px; text-align: center;font-size: small;} {% block style %}{% endblock %}