Kolejne przeróbki,
This commit is contained in:
@@ -1,30 +1,5 @@
|
||||
@tailwind base;
|
||||
|
||||
.f-contact-grid {
|
||||
@apply grid md:grid-cols-2 gap-10 items-start max-w-7xl mx-auto;
|
||||
}
|
||||
|
||||
.f-contact-col-1 {
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
@apply f-section-header;
|
||||
}
|
||||
}
|
||||
|
||||
.f-contact-col-2 {
|
||||
@apply bg-[--f-background] text-[--f-text];
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
@apply f-section-header;
|
||||
}
|
||||
}
|
||||
|
||||
.f-contact-item {
|
||||
@apply space-y-1;
|
||||
|
||||
@@ -55,10 +30,6 @@
|
||||
@apply mt-2 h-4 w-4;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
@apply btn btn-primary w-full py-3 text-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.f-contact-map {
|
||||
|
||||
Reference in New Issue
Block a user