Skip to content

Commit

Permalink
Zoom the map a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Jun 5, 2024
1 parent 5bea353 commit e19263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VenueMap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import "../styles/mapbox-overrides.css";
container: "map",
style: "mapbox://styles/mapbox/streets-v12",
center,
zoom: 13,
zoom: 13.5,
});

map.addControl(navigationControl, "top-left");
Expand Down

0 comments on commit e19263c

Please sign in to comment.