fix sup line height
This commit is contained in:
parent
e854a9d91e
commit
7ca25b0dd9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue