Internet Światłowodowy, drobne poprawki SectionDefault
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.fuz-markdown p {
|
||||
@apply mb-4 text-3xl;
|
||||
@apply mb-4 text-2xl;
|
||||
}
|
||||
|
||||
.fuz-markdown h1 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user