adventskalender/2025/css/main.css aktualisiert

This commit is contained in:
2025-11-04 18:24:09 +00:00
parent 23e88bbd70
commit 78f05efd65

View File

@@ -265,3 +265,15 @@
.fluegel.open.left { --fluegel-rotation: -115deg; }
.fluegel.open.right { --fluegel-rotation: 115deg; }
/* Speziell: Zahl links leicht nach rechts rücken */
.fluegel[data-day="24"].left {
justify-content: flex-end;
padding-right: 10%;
}
/* Speziell: Zahl rechts leicht nach links rücken */
.fluegel[data-day="24"].right {
justify-content: flex-start;
padding-left: 10%;
}