diff options
author | Stian Rødven-Eide <stian@fripost.org> | 2024-06-02 19:20:29 +0200 |
---|---|---|
committer | Stian Rødven-Eide <stian@fripost.org> | 2024-06-02 19:20:29 +0200 |
commit | b15879dc69b7dcb882cd2adea20b38c33569f203 (patch) | |
tree | decdbc3a044f738d3abbc02020ebf82fa3483d56 | |
parent | b0c2f3dbcd12287983bc9e1114e9dacdb304a945 (diff) |
justerade storleken på h2 och h3
-rw-r--r-- | static/css/fripost.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css index 443c825..2a108fa 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -33,3 +33,7 @@ pre { tab-size: 4; -moz-tab-size: 4; } + +h2, h3 { + font-size:85%; +} |