diff options
| author | 2026-05-02 00:51:20 +0200 | |
|---|---|---|
| committer | 2026-05-02 00:51:20 +0200 | |
| commit | 0aeca7d954a753627d0c7487fce3d57be4d9c2f7 (patch) | |
| tree | f72403cf7ee6571a6a8023c70c7b2bfbabb8d0aa /static/style.css | |
| parent | 418c5b0c8576efac5e242cd8118a84f2dbf3f1af (diff) | |
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 355ca71..5289e1a 100644 --- a/static/style.css +++ b/static/style.css @@ -136,3 +136,11 @@ p > img { margin-left: auto; margin-right: auto; } + +div .footnote-definition { + display: flex; +} + +div .footnote-definition p { + font-size: 10pt; +} |