diff options
| -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; } } |
