From a49c0e861cbaa6c82843eb07700ab1c9a5fb27a4 Mon Sep 17 00:00:00 2001 From: Mitja Belak Date: Fri, 1 Nov 2024 12:22:43 +0100 Subject: [PATCH] Made a whoopsy yesterday with heights of the frame --- app/src/styles/Home.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/styles/Home.module.css b/app/src/styles/Home.module.css index 4b20934..422f8f6 100644 --- a/app/src/styles/Home.module.css +++ b/app/src/styles/Home.module.css @@ -16,7 +16,7 @@ align-items: center; width: 100%; max-width: 720px; - height: 100vh; + height: 960px; margin: 0 auto; @media only screen and (max-width: 600px) { max-height: 90vh;