From 468f93c26c9afab662c869fd03779270592498ee Mon Sep 17 00:00:00 2001 From: ellaestigoy Date: Wed, 6 Apr 2022 10:08:24 -0600 Subject: [PATCH] decrease height so there's more readable area --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 10e59ff..79b2da5 100644 --- a/common/common.scss +++ b/common/common.scss @@ -7,7 +7,7 @@ left: 0; right: 0; z-index: 999; - min-height: 65%; + min-height: 50%; // align content in the middle display: grid;