improvements

This commit is contained in:
mivinci 2021-09-11 19:46:01 +08:00
parent 9111e6a6b6
commit abfdf50d6f
3 changed files with 8 additions and 4 deletions

View file

@ -59,6 +59,10 @@
}
.md .footnotes {
white-space: nowrap;
overflow: auto hidden;
word-break: break-all;
font-size: .9rem;
}
.md p sup {
margin-left: 4px;
}