fix sup line height

This commit is contained in:
Reorx 2022-05-15 23:39:53 +08:00
parent e854a9d91e
commit 7ca25b0dd9
1 changed files with 4 additions and 0 deletions

View File

@ -265,6 +265,10 @@ h6:hover .anchor {
border-inline-start: 3px solid var(--primary); border-inline-start: 3px solid var(--primary);
} }
.post-content sup {
line-height: 1;
}
.post-content hr { .post-content hr {
margin: 30px 0; margin: 30px 0;
height: 2px; height: 2px;