Kolejne zmiany,
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
@layer components {
|
||||
|
||||
.f-section-header {
|
||||
@apply text-3xl md:text-4xl font-bold mb-6 text-[--f-header];
|
||||
@apply text-4xl md:text-5xl font-bold mb-3 text-[--f-header];
|
||||
|
||||
|
||||
}
|
||||
|
||||
.f-section {
|
||||
@apply pt-10 pb-1 mx-2;
|
||||
@apply pt-1 pb-1 mx-2;
|
||||
}
|
||||
|
||||
.f-section-center {
|
||||
@@ -13,7 +15,7 @@
|
||||
}
|
||||
|
||||
.f-section-grid {
|
||||
@apply grid items-center gap-5 max-w-7xl mx-auto;
|
||||
@apply grid items-center gap-5 max-w-7xl mx-auto mt-8;
|
||||
}
|
||||
|
||||
.f-section-grid-single {
|
||||
|
||||
Reference in New Issue
Block a user