diff --git a/static/index.css b/static/index.css index 062d27d..3017522 100644 --- a/static/index.css +++ b/static/index.css @@ -92,11 +92,15 @@ textarea { height: 30vh; } +h1 + textarea { + height: 60vh; +} + .hidden { display: none; } -input[type="checkbox"] { +input[type='checkbox'] { margin-bottom: 1.5rem; }