Template:Boxed-image/styles.css: Difference between revisions

From EarthMC
Jump to navigation Jump to search
(Created page with ".boxed-image{ max-width:100%; max-height:100%; vertical-align:middle; →‎object-fit: scale-down;: }")
 
(924819012037263471 changed the content model of the page EarthMC Wiki/styles.css from "wikitext" to "CSS": css)
Tag: content model change
(No difference)

Revision as of 17:43, 12 March 2023

.boxed-image{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
	/* object-fit: scale-down; */
}