11 lines
192 B
CSS
11 lines
192 B
CSS
.contact-info-map-canvas {
|
|
height: 216px;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* Prevent Google maps controls from being hidden */
|
|
.gmnoprint img {
|
|
max-width: none !important;
|
|
}
|