diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 00d2fae..8ed51fa 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -265,6 +265,10 @@ h6:hover .anchor { border-inline-start: 3px solid var(--primary); } +.post-content sup { + line-height: 1; +} + .post-content hr { margin: 30px 0; height: 2px;