User:0x99/styles.css

From Puella Magi Wiki
< User:0x99
Revision as of 20:01, 15 September 2023 by 0x99 (talk | contribs) (0x99 changed the content model of the page User:0x99/styles.css from "CSS" to "Sanitized CSS")
Jump to navigation Jump to search
@media (min-width: 875px) {
	.pm-container {
		display: flex;
	}
	
	.pm-container__left {
		flex: 1 1 50%;
		margin-right: 2px;
	}
	
	.pm-container__right {
		flex: 1 1 50%;
		margin-left: 2px;
	}
}