mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
prevent footnotes from affecting line-height
see https://stackoverflow.com/a/6594576
This commit is contained in:
parent
ca1cc0c391
commit
ec451ec43e
1 changed files with 4 additions and 0 deletions
|
@ -332,3 +332,7 @@ hr {
|
|||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
sup {
|
||||
line-height: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue