From 317e1d2be457c63276da63337a03d86bee0fe121 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Sun, 25 Jan 2026 18:00:34 +0100 Subject: [PATCH] Fix formatting of main selector in style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e52d326..edf986e 100755 --- a/style.css +++ b/style.css @@ -52,7 +52,8 @@ body { } /* Optional: falls ihr
nutzt, wächst es im Flex-Layout */ -main { +main +{ flex: 1 0 auto; }