Update style.css

This commit is contained in:
Justin 2022-06-11 13:34:12 +08:00 committed by GitHub
parent 8569186a97
commit 50c9ddbd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,8 @@ header {
.footer { .footer {
text-align: center; text-align: center;
color: white; color: white;
margin-top: 120px; font-size:13px;
margin-top: 15px;
} }
li.active { li.active {
@ -917,3 +918,7 @@ h3 {
.pass-toggle { .pass-toggle {
margin-left:7%; margin-left:7%;
} }
#footerlinks {
text-decoration: none;
}