dev du parc

This commit is contained in:
2026-04-21 18:39:01 +02:00
parent 9e421b1d08
commit 31940e48ba
17 changed files with 1124 additions and 17 deletions

View File

@@ -66,9 +66,15 @@
display: flex;
&--left {
justify-content: flex-start;
.decalage_inner > * {
justify-self: end;
}
}
&--right {
justify-content: flex-end;
.decalage_inner > * {
justify-self: start;
}
}
}