Przebudowa stron na indywidualne karty , pobierane z bazy danych
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user