styling improved

This commit is contained in:
piratefinn 2017-09-26 17:51:14 +01:00
parent 40bd7459b5
commit 5d3283171c
3 changed files with 2 additions and 4 deletions

View file

@ -6,13 +6,11 @@
<strong>Supplier Map</strong>
<small>Required Data marked in <strong>bold</strong>.</small>
</div>
<div class="card-block">
<!-- this creates a google map on the page with the given lat/lng from -->
<!-- the component as the initial center of the map: -->
<agm-map [latitude]="lat" [longitude]="lng">
<agm-marker [latitude]="lat" [longitude]="lng"></agm-marker>
</agm-map>
</div>
</div>
</div>
</div><!--/.row-->