adventskalender/2025/css/main.css aktualisiert
This commit is contained in:
@@ -265,3 +265,15 @@
|
|||||||
.fluegel.open.left { --fluegel-rotation: -115deg; }
|
.fluegel.open.left { --fluegel-rotation: -115deg; }
|
||||||
.fluegel.open.right { --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%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user