Fix title word break

fix #59
This commit is contained in:
DefectingCat
2022-10-24 09:29:15 +08:00
parent c3ce01f453
commit 55f67dcce2

View File

@ -108,6 +108,7 @@
#article h1 {
font-weight: bold;
text-align: center;
word-break: break-word;
@apply text-gray-800 dark:text-gray-200;
@apply mt-8 text-5xl font-Barlow;
}
@ -276,8 +277,8 @@ h6:hover::before {
#article kbd,
#article pre,
#article samp {
/* font-family: monospace, monospace; */
font-size: 16px;
word-break: break-word;
}
#article mark {