diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 21:06:55 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 21:06:55 -0500 |
| commit | a128823f7cae86b9cf8fca729d93f60d4e6737c2 (patch) | |
| tree | 3fc90b0442b21bce2be96ce33ce14f4730869a56 | |
| parent | bda0691dbdb49c921f5fe5864edeb409ed24e933 (diff) | |
Add bottom pad
| -rw-r--r-- | static/app.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/app.css b/static/app.css index aae87fd..6237fc0 100644 --- a/static/app.css +++ b/static/app.css @@ -17,6 +17,11 @@ header nav { margin-left: 2em; } +pre { + white-space: pre-wrap; + word-wrap: inherit; +} + .lead { display: flex; flex-direction: row; @@ -153,6 +158,10 @@ input { text-align: center; } +.card image { + width: 100%; +} + #bg-image { position: fixed; @@ -328,6 +337,6 @@ input { } .bottom_elem { - margin-bottom: 2.5em; + margin-bottom: 3.75em; } } |
