Template:Math proof/styles.css

From KYNNpedia
Revision as of 08:26, 7 September 2023 by imported>Mikhail Ryazanov (justification in not justified (looks terribly wrong at narrow screens and visibly deviates from WP standard styles elsewhere))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* {{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;
	}
}