Fixing my footnote superscript styling
Thanks to Chris for his post, Superscript and Subscript Line Heights, which helped me fix my busted footnote superscript styling.
Here’s an example of what my blog looked like a few hours ago:

See how the space between the first and second lines is wonky due to the footnote superscript? This was the direct fix of that problem:
sub, sup {
line-height: 0;
}
Chris gave me that fix, and he digs into some more styling polish that I want to revisit as soon as I have some more minutes.
Thanks again, Chris!
- ← Previous
My remote blogging workflow