Display venue map, fix table and sports sorting, support player excerpts
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
/* Google Maps */
|
||||
.sp-google-map {
|
||||
height: 320px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 40em) {
|
||||
|
||||
@@ -145,6 +145,7 @@ function viewport() {
|
||||
longitude = $self.attr('data-longitude');
|
||||
var ll = new google.maps.LatLng(latitude,longitude);
|
||||
var mapOptions = {
|
||||
scrollwheel: false,
|
||||
zoom: 16,
|
||||
center: ll
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user