diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-18 16:54:02 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-18 16:54:02 -0400 |
commit | d9f4340509bc4df3f1c194dbc577fc1a1a3207c2 (patch) | |
tree | 74698bcadbe4dda2209af5850c51f876147b5126 /src | |
parent | c308769580169a85a6c01a5150bfb48d8d5e1aab (diff) |
css: set reveal-text font size relative to root
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site6.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index c03039b1..f709c2da 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -1238,6 +1238,7 @@ img.pixelate, .pixelate img { text-align: center; font-weight: bold; padding-bottom: 0.5em; + font-size: 0.8rem; } .reveal-symbol { |