Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/views/guest/membership.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<h1 style="text-align:center">Where our members are located</h1>

<body>
<div id="map" style="width: 80%; height: 500px; margin: auto; margin-bottom: 2.5%; margin-top: 2.5%;"></div>
<div id="map" style="width: 80%; height: 500px; margin: auto; margin-top: 2.5%; margin-bottom: 2.5%; "></div>

<?php $userlocs = DB::table('location')
->select(array('member_name', 'lat', 'lon','sdg'))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user/members.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<!-- Map -->

<div id="map" style="width: 100%; height: 500px; margin: auto; margin-bottom: 2.5%; margin-top: 2.5%;"></div>
<div id="map" style="width: 100%; height: 500px; margin: auto; margin-top: 2.5%; margin-bottom: 2.5%;"></div>

<?php $userlocs = DB::table('location')
->select(array('member_name', 'lat', 'lon','sdg'))
Expand Down
2 changes: 1 addition & 1 deletion resources/views/user/projects.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>

<body>
<div id="map" style="width: 80%; height: 250px; margin:auto;"></div>
<div id="map" style="width: 80%; height: 250px; margin:auto; margin-top: 1%;"></div>
<div class="text-center mb-5">
<?php $userlocs = DB::table('location')
->select(array('member_name', 'lat', 'lon','sdg'))
Expand Down