diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-10 11:41:08 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-10 11:41:08 +0000 |
commit | 2a54d20085262746d669d8c7fe0c3be12db6747b (patch) | |
tree | 7d4fb9c814790a2223d897d84c438c08f47ca9dc | |
parent | f72707126ee3c0bb161e9749485a27bf372e3527 (diff) |
[Styles] make jumbo a border-box to remove bottom scrollbar
-rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 2186656..ae70a8e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -14,6 +14,7 @@ h1.jumbo { width: 100%; padding: 50px 10px; vertical-align: middle; + box-sizing: border-box; } body { |