This commit is contained in:
2026-03-17 13:34:35 -05:00
parent 5462e41264
commit c6ffbfa5bd

View File

@@ -4653,9 +4653,10 @@ header.main-header .header-sticky.active{
padding: 0; padding: 0;
} }
.google-map-iframe{ .google-map-iframe {
width: 100%; width: 100%;
height: 700px; height: clamp(400px, 60vh, 700px);
border: 0;
} }
.google-map-iframe iframe{ .google-map-iframe iframe{