diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 11:47:32 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 11:47:32 +0200 |
commit | f0181813ecf9867f13a206d87fc46b15d295acbc (patch) | |
tree | b1b6f94e6a2318010cb322bbd119356b46076dd4 /style/man.css | |
parent | a87359aaacac66655af6baa80ced112ac842f651 (diff) |
wire up frontend with PHP, badly
Diffstat (limited to '')
-rw-r--r-- | style/man.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/man.css b/style/man.css index b804d45..ee0cfa9 100644 --- a/style/man.css +++ b/style/man.css @@ -10,7 +10,7 @@ margin-top: 3em; margin-bottom: 1em; - width: min(100% - 3rem, 10in); + width: min(100% - 5rem, 10in); } #lmmtfy |