styling google map block
This commit is contained in:
parent
04dc28af1c
commit
3fe709b779
|
|
@ -92,6 +92,7 @@
|
||||||
@import './blocks/offres-emplois.css';
|
@import './blocks/offres-emplois.css';
|
||||||
@import './blocks/icon.css';
|
@import './blocks/icon.css';
|
||||||
@import './blocks/tips-to-know.css';
|
@import './blocks/tips-to-know.css';
|
||||||
|
@import './blocks/google-map.css';
|
||||||
|
|
||||||
/* ########### PAGE ############ */
|
/* ########### PAGE ############ */
|
||||||
@import './pages/demo-components.css';
|
@import './pages/demo-components.css';
|
||||||
|
|
|
||||||
12
resources/css/blocks/google-map.css
Normal file
12
resources/css/blocks/google-map.css
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
.homegrade-blocks-google-map {
|
||||||
|
.acf-map {
|
||||||
|
width: 100%;
|
||||||
|
height: 400px;
|
||||||
|
border: #ccc solid 1px;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.acf-map img {
|
||||||
|
max-width: inherit !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user