Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit c44ebcb

Browse files
committed
@waldoj pointed out a css issue with <sup> in /policy-memo, turns out that it seems like a markup issue (doesn't add <sup> properly on TOC, but it's resolved with the css; also tweaked the spacing on policy memo
1 parent db849c1 commit c44ebcb

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

Diff for: assets/css/site.css

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ body {
55
font-size: 14px;
66
margin: 0;
77
}
8+
ul a[rel="footnote"] {
9+
font-size: 75%;
10+
line-height: 0;
11+
position: relative;
12+
top: -0.5em;
13+
vertical-align: baseline;
14+
}
815
h1,
916
h2,
1017
h3,

0 commit comments

Comments
 (0)