From d80824bed099b04e1730dbbb4e1942547e970764 Mon Sep 17 00:00:00 2001 From: plondon Date: Sat, 25 Sep 2021 14:51:59 -0400 Subject: [PATCH] Increase column height (term container) --- frontend/styles/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/styles/app.css b/frontend/styles/app.css index 511ba7b..2c1c8f2 100644 --- a/frontend/styles/app.css +++ b/frontend/styles/app.css @@ -5,3 +5,7 @@ #header .button { border-radius: 0; } + +.column { + height: 100%; +} \ No newline at end of file