From 0568ee72bd05ed16cf5250a444d936821c42b524 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 25 May 2020 23:05:04 -0700 Subject: various fixes --- frontend/src/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/css') diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css index 7852e4d..e654c2b 100644 --- a/frontend/src/css/index.css +++ b/frontend/src/css/index.css @@ -94,9 +94,9 @@ input[type=password] { } textarea { - height: max(45vh, 100%); + height: max(40vh, 100%); resize: vertical; - min-height: 45vh; + min-height: 40vh; } a { -- cgit v1.2.3