Fix post style

This commit is contained in:
DefectingCat
2022-08-11 01:27:24 +00:00
parent 90be11776d
commit 5bd737265c
2 changed files with 66 additions and 62 deletions

View File

@ -89,7 +89,7 @@
}
#article {
@apply text-lg leading-10;
@apply text-lg;
}
#article .toc {
@ -101,6 +101,10 @@
list-style-type: none;
}
#article p {
margin: 1em 0;
}
#article h1 {
font-weight: bold;
text-align: center;