From a2be46099561e1c0585fa102a024a2d0692b6570 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 21:09:41 -0500 Subject: Make pane pad instead of bottom elem --- static/app.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/app.css b/static/app.css index 6237fc0..438635f 100644 --- a/static/app.css +++ b/static/app.css @@ -125,6 +125,10 @@ input { margin: 2em; } +.inner_pane { + padding-bottom: 2em; +} + .topline_apart { justify-content: space-between; } @@ -229,10 +233,6 @@ input { width: 90%; } -.bottom_elem { - margin-bottom: 2rem; -} - .white { background-color: white; opacity: 0.65; @@ -336,7 +336,7 @@ input { padding: 0; } - .bottom_elem { - margin-bottom: 3.75em; + .inner_pane { + padding-bottom: 4em; } } -- cgit v1.2.3