From bbad8738a529731c62dc138d3733d05338c8f56c Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Tue, 10 Sep 2024 01:53:43 +0200 Subject: [PATCH] Fix Design Error: Maincontent Height --- app/static/app/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/app/css/custom.css b/app/static/app/css/custom.css index 4110ee4..8981a84 100644 --- a/app/static/app/css/custom.css +++ b/app/static/app/css/custom.css @@ -97,7 +97,7 @@ } .maincontainer { - height: 92vh; + height: 93vh; transition: height 1s ease, transform 1s ease; }