Skip to content
Snippets Groups Projects
Commit 968999ac authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '360-die-karten-haben-einen-zu-grossen-abstand-zum-rest' into 'development'

Die Karte wird nun auch auf Mobilgeräten korrekt dargestellt

Closes #360

See merge request !568
parents df4da43e 9185cb3f
No related branches found
No related tags found
2 merge requests!619Development,!568Die Karte wird nun auch auf Mobilgeräten korrekt dargestellt
......@@ -33,8 +33,8 @@
@endfor
@endif
<div class="result row" id="map">
<div class="col-sm-1"></div>
<div class="col-sm-11">
<div class="number col-sm-1 hidden-xs"></div>
<div class="resultInformation col-xs-12 col-sm-11">
<iframe class="" src="https://maps.metager.de/metager/{{ $metager->getQ() }}" style="width: 100%; height:0; border:0;"></iframe>
</div>
</div>
......
......@@ -26,8 +26,8 @@
@endfor
@endif
<div class="result row" id="map">
<div class="col-sm-1"></div>
<div class="col-sm-11">
<div class="number col-sm-1 hidden-xs"></div>
<div class="resultInformation col-xs-12 col-sm-11">
<iframe class="" src="https://maps.metager.de/metager/{{ $metager->getQ() }}" style="width: 100%; height:0; border:0;"></iframe>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment