Merge pull request #2449 from Arhell/fix-header

update header on mobile
This commit is contained in:
rayzhou2017 2022-06-12 18:48:41 +08:00 committed by GitHub
commit 6f631978b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,6 +212,12 @@
vertical-align: middle;
}
img {
@media only screen and (max-width: 374px) {
display: none;
}
}
span::after {
display: inline-block;
vertical-align: middle;