From a128823f7cae86b9cf8fca729d93f60d4e6737c2 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Wed, 10 Dec 2025 21:06:55 -0500 Subject: Add bottom pad --- static/app.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static') 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; } } -- cgit v1.2.3