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; +}