Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Mini map/styles.css

Template page
.mini_map_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 720px) {
	.mini_map_container {
    width: 100%;
}
}

.mini_map {
    display: inline-block;
    text-align: center;
}

@media all and (max-width: 720px) {
.mini_map {
    width: 100%;

}
}

.mini_map div[id^="map_leaflet_"] {
    width: 400px !important;
    height: 200px !important;
}

@media all and (max-width: 720px) {
.mini_map div[id^="map_leaflet_"] {
        width: 100% !important;
        height: 200px !important;
    }
}

.mini_map_caption {
    text-align: center;
    letter-spacing: 0.025em;
}

.mini_map_caption p {
    margin-top: 0px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.