Merge pull request #699 from zongzi531/hotfix/styles

fix: styles
pull/704/head
Sunface 3 years ago committed by GitHub
commit 1d755e092a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,4 +92,9 @@ table {
.fa-github:after{
content: "繁星点点尽在你的指尖 🌟";
margin-left: 4px;
}
/* Fix on mobile device */
code {
word-break: break-word;
}
Loading…
Cancel
Save