Pequeños ajustes y limpieza

This commit is contained in:
alay 2017-10-11 10:54:42 +02:00
parent c29c199642
commit 76f9802aa4
4 changed files with 6 additions and 7 deletions

View file

@ -1,5 +1,4 @@
.location-map { .location-map {
font-weight: $light;
padding: 172px 0; padding: 172px 0;
h3 { h3 {
margin-bottom: 0; margin-bottom: 0;
@ -14,7 +13,7 @@
.location-description { .location-description {
min-width: 400px; min-width: 400px;
padding: 20px 50px; padding: 20px 50px;
background: #fff; background-color: rgba(255,255,255,0.8);
.icon-direction { .icon-direction {
width: 32px; width: 32px;
height: 32px; height: 32px;

File diff suppressed because one or more lines are too long

View file

@ -271,14 +271,14 @@
var mapOptions ={ var mapOptions ={
zoomControl: false, zoomControl: false,
scrollWheelZoom: false, scrollWheelZoom: false,
zoom: 18, zoom: 17,
minZoom: 18, minZoom: 17,
maxZoom: 18, maxZoom: 18,
dragging: false dragging: false
} }
if ($(window).width() < 768) { if ($(window).width() < 768) {
mapOptions.center = [40.41172,-3.69406]; mapOptions.center = [40.41282,-3.69406];
}else{ }else{
mapOptions.center = [40.41063,-3.69366]; mapOptions.center = [40.41063,-3.69366];
}; };

2
js/scripts.min.js vendored

File diff suppressed because one or more lines are too long