diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 21:09:41 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 21:09:41 -0500 |
| commit | a2be46099561e1c0585fa102a024a2d0692b6570 (patch) | |
| tree | 983d2b2254b5b0e5988d114b71454be94d2abbb7 | |
| parent | a128823f7cae86b9cf8fca729d93f60d4e6737c2 (diff) | |
Make pane pad instead of bottom elem
| -rw-r--r-- | static/app.css | 12 |
1 files 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; } } |
