13 lines
203 B
CSS
13 lines
203 B
CSS
.homegrade-blocks-google-map {
|
|
.acf-map {
|
|
width: 100%;
|
|
height: 400px;
|
|
border: #ccc solid 1px;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.acf-map img {
|
|
max-width: inherit !important;
|
|
}
|
|
}
|