Update cascade.css

This commit is contained in:
Bard 2022-03-09 16:09:31 +08:00 committed by GitHub
parent 16fe255d59
commit a09fba59e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,10 +534,12 @@ footer {
white-space: nowrap; white-space: nowrap;
color: #aaa; color: #aaa;
} }
footer.mobile-hide { @media screen and (max-width: 1080px) {
display: unset; footer.mobile-hide {
white-space: normal; display: unset;
text-align: center; white-space: normal;
text-align: center;
}
} }
footer > a { footer > a {
text-decoration: none; text-decoration: none;