User:0x99/styles.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
mNo edit summary
(0x99 changed the content model of the page User:0x99/styles.css from "CSS" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 20:01, 15 September 2023

@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;
	}
}