13 lines
228 B
SCSS
13 lines
228 B
SCSS
@include respond-to('tablet') {
|
|
#map {
|
|
height: 450px;
|
|
}
|
|
}
|
|
@include respond-to('phone-portrait') {
|
|
#map {
|
|
height: 420px;
|
|
}
|
|
.infowindow {
|
|
padding: 20px 20px 20px 20px !important;
|
|
}
|
|
} |