Jump to content

Template:Property/styles.css

From Mathepedia
Revision as of 20:08, 22 March 2026 by InfernalAtom683 (talk | contribs) (Created page with ".property { border: thin solid #aaa; margin: 1em 2em; padding: 0.5em 1em 0.4em; } @media (max-width: 500px) { .property { margin: 1em 0; padding: 0.5em 0.5em 0.4em; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.property { 
	border: thin solid #aaa; 
	margin: 1em 2em; 
	padding: 0.5em 1em 0.4em;
}


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