Internet Światłowodowy, drobne poprawki SectionDefault

This commit is contained in:
dm
2025-11-21 19:02:03 +01:00
parent f9b8d58e8d
commit 8c0e59b173
11 changed files with 162 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
}
.fuz-markdown p {
@apply mb-4 text-3xl;
@apply mb-4 text-2xl;
}
.fuz-markdown h1 {

View File

@@ -1,13 +1,13 @@
.fuz-section {
@apply py-20 px-6;
@apply py-10 px-0;
}
.fuz-section-grid {
@apply grid items-center gap-10 max-w-7xl mx-auto;
@apply grid items-center gap-5 max-w-7xl mx-auto;
}
.fuz-section-image {
@apply w-full h-full object-cover ;
@apply w-full h-5/6 object-cover ;
}
.fuz-image-dimmed {

View File

@@ -11,11 +11,11 @@ body {
}
/* Simple FUZ section helpers */
.fuz-section {
/* .fuz-section {
@apply py-16 md:py-24;
}
} */
.fuz-container {
/* .fuz-container {
@apply container mx-auto px-4;
}
@@ -33,4 +33,4 @@ body {
.fuz-footer {
@apply border-t border-slate-200/60 dark:border-slate-700/60 py-6 mt-10 text-sm text-gray-500 dark:text-gray-400;
}
} */