refactor(css): layout-Layer wrappen (Hintergrund-Ebenen, Header, Board-Grid-Wrapper)

This commit is contained in:
2026-06-13 19:09:15 +02:00
parent 486438772d
commit 0683686fcb
+2
View File
@@ -449,6 +449,7 @@ html, body {
} }
} }
@layer layout {
.bg-layer { .bg-layer {
position: fixed; inset: 0; z-index: 0; position: fixed; inset: 0; z-index: 0;
background-size: cover; background-position: center; background-size: cover; background-position: center;
@@ -535,6 +536,7 @@ html, body {
padding: 110px 40px 40px; padding: 110px 40px 40px;
min-height: 100vh; min-height: 100vh;
} }
}
.board { .board {
width: var(--board-width); width: var(--board-width);