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

Abstand entfernt

parent 1569567e
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
#map, #map div{
display:flex;
margin:0;
}
.nav-tabs > li > a { .nav-tabs > li > a {
-webkit-border-radius: 0; -webkit-border-radius: 0;
-moz-border-radius: 0; -moz-border-radius: 0;
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
@include('layouts.ad', ['ad' => $metager->popAd()]) @include('layouts.ad', ['ad' => $metager->popAd()])
@endfor @endfor
@endif @endif
<div class="result row"> <div class="result row" id="map">
<div class="col-sm-1"></div> <div class="col-sm-1"></div>
<div class="col-sm-11"> <div class="col-sm-11">
<iframe class="" src="https://maps.metager.de/metager/{{ $metager->getQ() }}" style="width: 100%; height:0; border:0;"></iframe> <iframe class="" src="https://maps.metager.de/metager/{{ $metager->getQ() }}" style="width: 100%; height:0; border:0;"></iframe>
......
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