From d49ea49bbf0c48c83c553f12bef4b0e036be81fc Mon Sep 17 00:00:00 2001 From: ElBi21 Date: Fri, 5 Jul 2024 17:50:13 +0200 Subject: [PATCH] Height --- styles/home2/mainpage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/home2/mainpage.css b/styles/home2/mainpage.css index 4dacda6..c310d35 100644 --- a/styles/home2/mainpage.css +++ b/styles/home2/mainpage.css @@ -29,7 +29,7 @@ body { .main_page{ background-color: #F9F8F4; /* TEMP */ width: calc(100% - var(--menu_width)); - height: var(--temp_height); /* TEMP */ + height: 1900px/*var(--temp_height)*/; /* TEMP */ align-items: top; display: flex; justify-content: center;