diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 22:48:46 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 22:48:46 +0800 |
commit | 4dca7a270e330775167cdb604fad586f46c2162a (patch) | |
tree | 2e0f4fb0ad92817a1fe0cfa99358e20ca46b0c86 | |
parent | scfg: Error out when required directives are missing (diff) | |
download | forge-4dca7a270e330775167cdb604fad586f46c2162a.tar.gz forge-4dca7a270e330775167cdb604fad586f46c2162a.tar.zst forge-4dca7a270e330775167cdb604fad586f46c2162a.zip |
CSS: README line height 1.3
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 518ad68..b1e208f 100644 --- a/static/style.css +++ b/static/style.css @@ -120,6 +120,7 @@ a:link, a:visited { /* Readme word breaks to avoid overfull hboxes */ #readme { word-break: break-word; + line-height: 1.3; } /* Table styles */ |