Skip to content

Commit d6393cb

Browse files
committed
1 parent c4ff429 commit d6393cb

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

assets/css/_post.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,26 @@
279279
}
280280
}
281281

282+
.footnotes {
283+
284+
ol::before {
285+
display: block;
286+
content: "Footnotes";
287+
font-weight: bold;
288+
font-size: 1.5rem;
289+
margin: 0 0 .75rem -1.25rem;
290+
}
291+
292+
p {
293+
margin-bottom: 0.5rem;
294+
}
295+
296+
.reversefootnote {
297+
font-size: 0.8rem;
298+
margin-left: .5rem;
299+
}
300+
}
301+
282302
.notepad-post-share {
283303
padding: 3.75rem 0;
284304
font-size: 1.875rem;

0 commit comments

Comments
 (0)