diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-03 08:39:01 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-03 08:39:01 -0500 |
commit | c7ff4b10cc9860c194ad7b2bac3e6fe54e235ca0 (patch) | |
tree | 7eb4be0fb65d8fd6ffae99eb8ef6f6adbc701643 /local.css | |
parent | fe1ef6a3f7ec745409131dff16b1d641ccf3d044 (diff) |
Footnote styling
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,9 +9,10 @@ h3{font-size:1.2rem;} .pageheader .trails{display:none;} .pagedate{margin-top:4rem;} .inlinepage{overflow-y:hidden;} +.footnotes{font-size:90%;} @media (max-width: 600px) { h1{font-size:1.6rem;} .page{display:block;} .sidebar{float:right;margin:10px;} -}
\ No newline at end of file +} |