修改底部信息边距

This commit is contained in:
Meekdai 2023-08-13 14:22:05 +08:00
parent 22b3ab924d
commit a6531c594e

View File

@ -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;}
</style>
{% block style %}{% endblock %}