Vorlage:Region List/styles.css

Aus Wikivoyage
/*
	Region List styles
	Version: 2021-11-09
*/

.voy-regionListFrame {
	clear: both;
}
.voy-regionListMap {
	position: relative;
	z-index: 2;
	float: right;
	margin: 0.4em 0 1em 1.5em;
}
@media (max-width: 768px) {
	.voy-regionListMap {
		float: none;
		margin: 0 0 0.7em;
	}
}
@media print {
	.voy-regionListMap {
		float: right;
		margin: 0.4em 0 1em 1.5em;
	}
}