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

@@ -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 {