Fix formatting of main selector in style.css

This commit is contained in:
Fabian Schieder 2026-01-25 18:00:34 +01:00
parent c9d953fca5
commit 317e1d2be4

View File

@ -52,7 +52,8 @@ body {
} }
/* Optional: falls ihr <main> nutzt, wächst es im Flex-Layout */ /* Optional: falls ihr <main> nutzt, wächst es im Flex-Layout */
main { main
{
flex: 1 0 auto; flex: 1 0 auto;
} }