Giving footer more space

This commit is contained in:
Willy Hsiao 2019-11-22 11:44:29 +08:00 committed by GitHub
parent 065a5af8c1
commit 3eac5c80c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
margin-left: auto;
margin-right: auto;
max-width: 80%;
margin-bottom: 4px;
margin-bottom: 10px;
}
.ip {
border: 1px solid #cbcbcb;
@ -38,8 +38,8 @@
color: #fff;
}
.footer {
margin-top: 18px;
border-top: 1px solid #eee;
margin-top: 34px;
border-top: 1px solid #cbcbcb;
}
@media (prefers-color-scheme: dark) {
html, .pure-g [class *= "pure-u"], a {