From bdf6c4075554ed5f2e2c0d921704c18e69e5d9e7 Mon Sep 17 00:00:00 2001 From: dm Date: Sat, 22 Nov 2025 12:14:59 +0100 Subject: [PATCH] MapGoogle, poprawki w stopce i kontaktach --- src/components/layout/Footer.astro | 7 +- src/components/maps/MapGoogle.astro | 156 ++++++++----- src/components/maps/MapSwitch.astro | 15 ++ src/components/sections/SectionContact.astro | 10 +- src/layouts/DefaultLayout.astro | 4 +- src/pages/mapa-zasiegu/index.astro | 223 +++++++++++++++++-- src/styles/footer.css | 2 +- src/styles/map-google.css | 62 ++---- src/styles/sections.css | 4 +- 9 files changed, 349 insertions(+), 134 deletions(-) create mode 100644 src/components/maps/MapSwitch.astro diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index 6a33505..f75aae5 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -9,7 +9,7 @@ const footer = yaml.load( ---