Template:Graph:Street map with marks/styles.css

From blackwiki
< Template:Graph:Street map with marks
Revision as of 02:56, 8 May 2019 by imported>DannyS712 (Undid revision 895966008 by MusikBot (talk))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
/* Prevent overflow behavior in mobile skins. */
@media all and ( max-width: 720px ) {
	body.skin-minerva div.mw-graph {
		min-width: auto !important;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: visible;
	}
}

.mw-graph-img {
	width: inherit;
	height: inherit;
}