Template:Plata prinzipala/styles.css

Da Wikipedia
.pp-flexbox {
	display: flex;
}
.pp-col30 {
	width: 30%;
}
.pp-col40 {
	width: 40%;
	display: flex;
	align-items: center;
}
.pp-col50 {
	width: 50%;
}
.pp-col40 div {
	text-align: left;
}
.pp-box {
	margin-top: 2em;
}
@media only screen and (max-width: 719px) {
	.pp-flexbox {
		display: block;
		margin-top: 0 !important;
	}
	.pp-col30, .pp-col40, .pp-col50 {
		width: auto;
		margin-top: 1em !important;
	}
}