添加页脚外边距 3.5rem

This commit is contained in:
Bard 2024-08-10 18:44:30 +08:00 committed by GitHub
parent 2e80693c0c
commit afe829d477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -689,7 +689,8 @@ footer {
padding: 1rem;
text-align: right;
white-space: nowrap;
color: #aaa
color: #aaa;
margin-top: 3.5rem
}
footer>a {