From 70e36808b1dbdb0131f00b4c887ab277492b4b5c Mon Sep 17 00:00:00 2001 From: Vaclav Siml Date: Fri, 24 Feb 2023 20:33:49 +0100 Subject: [PATCH] height change --- ui/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/style.css b/ui/style.css index 73ac7b4..934663f 100644 --- a/ui/style.css +++ b/ui/style.css @@ -4,7 +4,7 @@ grid-template-rows: repeat(2, 1fr); grid-gap: 15px; margin-top: 10px; - height: 100vh; + height: 90vh; width: 100vw; padding: 2rem; margin: 0 auto;