diff options
author | Choom | 2023-01-13 17:50:25 -0300 |
---|---|---|
committer | Choom | 2023-01-13 17:50:25 -0300 |
commit | 18999a22acca5b88afe503f4ed205fe7c430c294 (patch) | |
tree | 53ddd488ff5c984459abb168cd1d507ec5e7bfd2 /static/css/txt | |
parent | 3a04bb27af32fa9a65dfca27dbc0ec7e7b036d19 (diff) | |
download | weabot-18999a22acca5b88afe503f4ed205fe7c430c294.tar.gz weabot-18999a22acca5b88afe503f4ed205fe7c430c294.tar.xz weabot-18999a22acca5b88afe503f4ed205fe7c430c294.zip |
line-height a headers
Diffstat (limited to 'static/css/txt')
-rw-r--r-- | static/css/txt/bbs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index fef3acd..fd2e6f0 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -24,10 +24,12 @@ h1, h5 { font-size: 20px; margin: 0; + line-height: 1em; } h2 { font-size: 1em; margin: 0 0 0.5em; + line-height: 1.3em; } h2 a { font-size: 1.5em; @@ -36,6 +38,7 @@ h2 a { h3 { font-size: 18px; margin: 8px 0; + line-height: 1em; } h3 span { display: inline-block; |