Jump to content

Template:Proof/styles.css

From Mathepedia
Revision as of 20:07, 22 March 2026 by InfernalAtom683 (talk | contribs) (Created page with ".proof { border: thin solid #aaa; margin: 1em 2em; padding: 0.5em 1em 0.4em; } .proof::after { content: ""; display: table; clear: both; } .qed { float: right; clear: both; margin-top: 0.2em; font-size: 1.2em; } @media (max-width: 500px) { .proof { margin: 1em 0; padding: 0.5em 0.5em 0.4em; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.proof { 
	border: thin solid #aaa; 
	margin: 1em 2em; 
	padding: 0.5em 1em 0.4em;
}

.proof::after {
	content: "";
	display: table;
	clear: both;
}

.qed {
	float: right;
	clear: both; 
	margin-top: 0.2em;
	font-size: 1.2em;
}

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