mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Fix post style
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user