Base theme for LMMI Journal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
295 B

6 years ago
/**
* @file
* Visual styles for Magazine+'s google maps.
*/
.google-map-canvas {
height: 400px;
}
.container-fluid .google-map-canvas {
margin: 0 -15px;
}
.page-container-border-enabled .container-fluid .google-map-canvas {
margin: 0;
}
.google-map-canvas img {
max-width: inherit;
}