From 47258fea972907f6d3c73cd89638a56f10ba6dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Tue, 6 Feb 2024 19:23:49 +0100 Subject: [PATCH] fix id --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index e7831f3..762d04f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -251,7 +251,7 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod width: 175px; } -#pagearea_container { +#page_container { flex-grow: 1; } @@ -269,6 +269,6 @@ nav, footer { z-index: 500; } -#navbar_container, #pagearea_container, #footer_container { +#navbar_container, #page_container, #footer_container { width: 100%; } \ No newline at end of file