fix: update Google Maps iframe source to correct location #9

This commit is contained in:
Marek Lesko
2025-10-31 14:40:13 +00:00
parent a19fd6ea72
commit 4c85d18a79

View File

@@ -16,7 +16,7 @@
<!-- Map stays inside, but will visually float out -->
<div class="map-container overflow-hidden rounded">
<iframe class="overflow-hidden rounded"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6335071.017601874!2d7.472741070779207!3d34.000243243063756!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x126c2c82aeb63e77%3A0xb5b3d1a2f1304c8e!2sTunisia!5e0!3m2!1sen!2stn!4v1715499362503!5m2!1sen!2stn"
src="https://maps.google.com/maps?q=48.72388977142655,21.247448657208842&z=15&output=embed"
width="100%" height="400" style="border: 0" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>