diff options
author | Stian Rødven-Eide <stian@fripost.org> | 2024-06-02 19:22:06 +0200 |
---|---|---|
committer | Stian Rødven-Eide <stian@fripost.org> | 2024-06-02 19:22:06 +0200 |
commit | 3e93dfd5ebb99c7891d6cb8d5c9f9307aa50a680 (patch) | |
tree | 291e9689f7c0bef415c6165bef8570ba3b1a2637 | |
parent | 8f1902fd96721086334f728b74f2a7d65a660081 (diff) |
justerade storleken på h2 och h3
-rw-r--r-- | static/css/fripost.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css index 2a108fa..dbbde4b 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -34,6 +34,10 @@ pre { -moz-tab-size: 4; } -h2, h3 { - font-size:85%; +h2 { + font-size: 3em; +} + +h3 { + font-size: 2em; } |