Kolejne poprawki

This commit is contained in:
dm
2025-12-11 07:06:32 +01:00
parent 1bdffb1003
commit 49c5beb362
19 changed files with 565 additions and 421 deletions

View File

@@ -1,9 +1,9 @@
.f-switches-wrapper {
@apply flex flex-wrap justify-center gap-6 mb-10;
@apply flex flex-wrap justify-center gap-6;
}
.f-switch-group {
@apply inline-flex overflow-hidden relative bg-[--f-background-switch] mt-8;
@apply inline-flex overflow-hidden relative bg-[--f-background-switch];
}
.f-switch {