From 22aea522bb997e5ee486ce254fa03498f97e2bae Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Wed, 11 Jan 2023 14:05:14 +1100 Subject: [PATCH] fix footer styling --- static/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 74d4080..afa4dee 100644 --- a/static/style.css +++ b/static/style.css @@ -51,7 +51,7 @@ textarea, main { outline: none; width: 90%; - height:80vh; + min-height:80vh; border: none; resize: none; } @@ -92,3 +92,11 @@ main { border-top: 1px solid #999; padding-top: 1em; } + +.help { + margin-bottom: 2em; +} + +.menu-help { + font-weight: bolder; +}