forked from mirrors/hugo-theme-terminal
prevent footnotes from affecting line-height
see https://stackoverflow.com/a/6594576
This commit is contained in:
@ -332,3 +332,7 @@ hr {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
sup {
|
||||
line-height: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user