Permanently protected template

Template:Math proof/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Mikhail Ryazanov at 08:26, 7 September 2023 (justification in not justified (looks terribly wrong at narrow screens and visibly deviates from WP standard styles elsewhere)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
.math_proof { 
	border: thin solid #aaa; 
	margin: 1em 2em; 
	padding: 0.5em 1em 0.4em;
}

@media (max-width: 500px) { 
	.math_proof {
		margin: 1em 0;
		padding: 0.5em 0.5em 0.4em;
	}
}