From 2a54d20085262746d669d8c7fe0c3be12db6747b Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Mon, 10 Mar 2025 11:41:08 +0000 Subject: [Styles] make jumbo a border-box to remove bottom scrollbar --- static/styles.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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 { -- cgit v1.2.3