MapGoogle, poprawki w stopce i kontaktach

This commit is contained in:
dm
2025-11-22 12:14:59 +01:00
parent d27689d20d
commit bdf6c40755
9 changed files with 349 additions and 134 deletions

View File

@@ -18,7 +18,7 @@
}
.footer-col {
@apply max-w-sm;
@apply max-w-sm pt-4;
}
.footer-inner {

View File

@@ -1,55 +1,23 @@
.fuz-map-wrapper {
@apply max-w-7xl mx-auto mt-16;
/* PODSTAWY */
.fuz-map {
@apply w-full;
}
.fuz-map-container {
@apply w-full h-[400px] rounded-xl shadow-lg;
/* Pełna mapa (zasięg) */
.fuz-map--full {
@apply absolute inset-0 w-full h-full mt-4 md:mt-0;
}
.fuz-map-google {
@apply w-full h-[450px] rounded-xl overflow-hidden relative;
background: linear-gradient(90deg, #e0e0e0 0px, #f5f5f5 40px, #e0e0e0 80px);
background-size: 200% 100%;
animation: mapSkeleton 1.5s infinite;
opacity: 0;
transition: opacity 0.6s ease;
/* Mapa na stronie kontaktu */
.fuz-map--contact {
@apply w-full h-[350px] md:h-[450px] overflow-hidden shadow-lg;
}
@keyframes mapSkeleton {
from {
background-position: 200% 0;
}
to {
background-position: -200% 0;
}
/* Mała karta mapy (inne sekcje) */
.fuz-map--card {
@apply w-full h-[350px] overflow-hidden mt-8;
}
.fuz-map-google.loaded {
animation: none;
background: transparent;
opacity: 1;
}
@media (max-width: 768px) {
.fuz-map-google {
@apply h-[300px];
}
}
.fuz-map-infowindow {
/* background: var(--fuz-bg); */
color: var(--fuz-text);
@apply ml-1 mr-6 text-lg leading-snug ;
border-radius: 10px;
}
.gm-style-iw-d {
padding-top: 2px !important;
padding-bottom: 6px !important;
}
.gm-style-iw-c {
padding-top: 2px !important;
padding-bottom: 2px !important;
.fuz-contact-map-wrapper {
/* @apply col-span-2 w-full border-cyan-200; */
@apply w-full max-w-7xl mx-auto mt-6;
}

View File

@@ -1,5 +1,5 @@
.fuz-section {
@apply py-10 px-4;
@apply py-10 mx-2;
}
.fuz-section-grid {
@@ -16,7 +16,7 @@
}
.fuz-section-title {
@apply text-5xl md:text-5xl font-bold mb-6;
@apply text-4xl md:text-5xl font-bold mb-6;
}
.fuz-section-text {