Little more padding

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-08-19 14:16:57 +01:00
parent 34cd4b6244
commit 08c3a25b39

View file

@ -393,7 +393,7 @@
@endif @endif
@if (($location->state!='') && ($location->country!='') && (config('services.google.maps_api_key'))) @if (($location->state!='') && ($location->country!='') && (config('services.google.maps_api_key')))
<div class="col-md-12 text-center"> <div class="col-md-12 text-center" style="padding-bottom: 10px;">
<img src="https://maps.googleapis.com/maps/api/staticmap?markers={{ urlencode($location->address.','.$location->city.' '.$location->state.' '.$location->country.' '.$location->zip) }}&size=700x500&maptype=roadmap&key={{ config('services.google.maps_api_key') }}" class="img-thumbnail" style="width:100%" alt="Map"> <img src="https://maps.googleapis.com/maps/api/staticmap?markers={{ urlencode($location->address.','.$location->city.' '.$location->state.' '.$location->country.' '.$location->zip) }}&size=700x500&maptype=roadmap&key={{ config('services.google.maps_api_key') }}" class="img-thumbnail" style="width:100%" alt="Map">
</div> </div>
@endif @endif