diff options
author | mms <michal@sapka.me> | 2023-12-12 21:34:42 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-12-12 21:34:42 +0100 |
commit | 72b44f302d41df3caceed23cb925dc382b864996 (patch) | |
tree | a25867874cea69e5482ad00274693445980f417c /static | |
parent | 867d235681b1ad5201a63c04b8d9dbad365ae9c5 (diff) |
tidy up: fixes and bsd extaction
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index d33617c..ea5f47a 100644 --- a/static/style.css +++ b/static/style.css @@ -170,7 +170,7 @@ h1 { text-decoration: none; } sup { - font-size: 0.3em; + font-size: 0.6em; } /* generic_header_end */ |