diff --git a/django_lostplaces/lostplaces/static/icons/map-marker-icon.png b/django_lostplaces/lostplaces/static/icons/map-marker-icon.png index 969f763..c99a800 100644 Binary files a/django_lostplaces/lostplaces/static/icons/map-marker-icon.png and b/django_lostplaces/lostplaces/static/icons/map-marker-icon.png differ diff --git a/django_lostplaces/lostplaces/static/main.css b/django_lostplaces/lostplaces/static/main.css index ed06ba1..286b3dd 100644 --- a/django_lostplaces/lostplaces/static/main.css +++ b/django_lostplaces/lostplaces/static/main.css @@ -1641,25 +1641,25 @@ body { .LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover { visibility: visible; } -.LP-Map .ol-attribution { - font-family: "Montserrat", Helvetica, sans-serif; - color: #565656; } - .LP-Map .ol-attribution a { - color: #C09F80; } - .LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus { - color: #D7CEC7; } - -.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out { - background-color: #C09F80; } - .LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus { - background-color: #565656; } - -.LP-Map .LP-Map__Popup { - font-family: "Montserrat", Helvetica, sans-serif; - color: #565656; - background-color: #f9f9f9; - padding: .5em; - border-radius: 2px; } +.LP-Map { + margin-bottom: 25px; } + .LP-Map .ol-attribution { + font-family: "Montserrat", Helvetica, sans-serif; + color: #565656; } + .LP-Map .ol-attribution a { + color: #C09F80; } + .LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus { + color: #D7CEC7; } + .LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out { + background-color: #C09F80; } + .LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus { + background-color: #565656; } + .LP-Map .LP-Map__Popup { + font-family: "Montserrat", Helvetica, sans-serif; + color: #565656; + background-color: #f9f9f9; + padding: .5em; + border-radius: 2px; } .LP-MainContainer { margin: 0 auto; diff --git a/django_lostplaces/lostplaces/templates/partials/osm_map.html b/django_lostplaces/lostplaces/templates/partials/osm_map.html index e89a86f..9ed5d40 100644 --- a/django_lostplaces/lostplaces/templates/partials/osm_map.html +++ b/django_lostplaces/lostplaces/templates/partials/osm_map.html @@ -37,7 +37,7 @@ anchor: [0.5, 46], anchorXUnits: 'fraction', anchorYUnits: 'pixels', - scale: 0.3, + scale: 0.02, src: '{% static "icons/map-marker-icon.png" %}' }) })