Skip to content

Commit 83d5434

Browse files
committed
better line spacing for superscript and footnotes
1 parent 505fed3 commit 83d5434

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/public/
2+
/resources/_gen/
3+
/assets/jsconfig.json
4+
hugo_stats.json
5+
6+
hugo.exe
7+
hugo.darwin
8+
hugo.linux
9+
10+
/.hugo_build.lock
11+
12+
/content/

static/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,8 @@ a.footnote-ref::before {
226226

227227
a.footnote-ref::after {
228228
content: ']';
229+
}
230+
231+
sup {
232+
line-height: 100%;
229233
}

0 commit comments

Comments
 (0)