Luna Setup
SITE.CSS
/* GLOBAL SITE CSS - ADD CSS TO AFFECT THE WHOLE SITE */
@media screen and (min-width:1200px) {
.rows-1200 .dmRespDesignRow,
.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper { max-width:1500px; }
}
*#dm div.dmNewParagraph a,
*#dm div.dmCustomHtml a,
*#dm div.dmBlockElement a {
text-decoration:none !important;
font-weight:700 !important;
-webkit-transition:color 0.4s ease-in !important;
-o-transition:color 0.4s ease-in !important;
outline:0 !important;
}
*#dm div.dmCustomHtml a:hover,
*#dm div.dmNewParagraph a:hover,
*#dm div.dmBlockElement a:hover {
color:#e95222 !important;
text-decoration:none !important;
font-weight:700 !important;
}
/* FIND THE U NUMBER FOR THE DIV CONTAINING THE MAP */
.dmDesktopBody #dm .p_hfcontainer div.u_########## [data-type="inlineMap"],
.dmTabletBody #dm .p_hfcontainer div.u_########## [data-type="inlineMap"] { height:100% !important; width:100% !important; }
.dmDesktopBody #dm .p_hfcontainer div.u_########## [data-type="inlineMap"] .mapboxgl-canvas,
.dmTabletBody #dm .p_hfcontainer div.u_########## [data-type="inlineMap"] .mapboxgl-canvas{ height:100% !important; width:100% !important; }
- Update div.u_########## to the div.u number of the map in the footer.
