Kolejne zmiany,

This commit is contained in:
dm
2025-12-15 11:28:53 +01:00
parent c0b9d5a584
commit 6b5a913666
48 changed files with 1630 additions and 868 deletions

View File

@@ -1,11 +1,13 @@
@layer components {
.f-section-header {
@apply text-3xl md:text-4xl font-bold mb-6 text-[--f-header];
@apply text-4xl md:text-5xl font-bold mb-3 text-[--f-header];
}
.f-section {
@apply pt-10 pb-1 mx-2;
@apply pt-1 pb-1 mx-2;
}
.f-section-center {
@@ -13,7 +15,7 @@
}
.f-section-grid {
@apply grid items-center gap-5 max-w-7xl mx-auto;
@apply grid items-center gap-5 max-w-7xl mx-auto mt-8;
}
.f-section-grid-single {