Przebudowa stron na indywidualne karty , pobierane z bazy danych

This commit is contained in:
dm
2025-12-11 15:25:00 +01:00
parent 49c5beb362
commit 0cf7c45131
27 changed files with 1133 additions and 420 deletions

View File

@@ -29,21 +29,10 @@ body {
color: var(--f-text);
}
/* Theme Toggle */
/* .theme-toggle-btn {
@apply text-xl p-2 rounded-full cursor-pointer transition-colors;
color: var(--f-text);
} */
.theme-toggle-btn:hover {
opacity: 0.8;
}
.grecaptcha-badge {
display: none !important;
}
a {
@apply text-[--f-link-text];
}

View File

@@ -17,7 +17,7 @@
}
.f-section-grid-single {
@apply grid items-center gap-5 max-w-6xl mx-auto;
@apply grid items-center gap-5 max-w-7xl mx-auto;
}
.f-section-grid-single-center {