Difference between revisions of "Template:Contentframe-2019.css"

From RobotX
Jump to navigation Jump to search
Mediawiki>MarkAHershberger
(MarkAHershberger changed the content model of the page Template:Contentframe-2019.css from "wikitext" to "Sanitized CSS": request: https://www.mediawiki.org/wiki/Topic:Vb0wycyf23k0mrcu)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 23:20, 30 November 2019

.contentframe-2019 {
	background: #FFFFFF;
	padding:0 2vw;
	font-family:'Montserrat',sans-serif;
	text-align:justify;
	max-width:900px;
	margin:0 auto;
}

@media screen and (max-width: 719px) {
	.contentframe-2019 figure,
	.contentframe-2019 .thumb {
		float: none !important;
		margin: 0.6em 0 !important;
	}
	.contentframe-2019 figure .thumbinner,
	.contentframe-2019 .thumb .thumbinner {
		margin: 0 auto;
		max-width: 100% !important;
	}
	.contentframe-2019 img {
		max-width: 100%;
		height: auto;
	}
}