Skip to content

Commit

Permalink
Fix anfahrt (#422)
Browse files Browse the repository at this point in the history
* add address

* fix map display
  • Loading branch information
john-h-watson authored Jul 22, 2024
1 parent c5d1579 commit 3e5fb70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/kontakt/anfahrt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<div style="text-align:center;">
<h1>Anfahrt</h1>
<div class="rzl-avatar" style="background-image: url('/assets/avatars/{{ site.user.default.avatar }}')"/>&nbsp;</div>
<hr>
<p><strong>RaumZeitLabor e.V.</strong></p>
<p>Weinheimer Strasse 58-60</p>
<p>68309 Mannheim</p>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"><hr></div>
<div class="stepdescr" id="step1">
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/anfahrt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
L.Icon.Default.imagePath = '/bower_components/leaflet/dist/images';
var map = L.map('rzl-map', {
center: [49.507979, 8.499822],
zoom: 17
zoom: 1
});

map.on('click', function(e) {
Expand Down

0 comments on commit 3e5fb70

Please sign in to comment.