Template:Plain image with caption/styles.css: Difference between revisions

From fattwiki
(Created page with "→‎{{pp-template}}: @media all and (max-width:720px) { .content .thumb > div:not(.thumbinner) { display: flex; justify-content: center; flex-wrap: wrap; align-conte...")
 
m (removed broken template call)
 
Line 1: Line 1:
/* {{pp-template}} */
@media all and (max-width:720px) {
@media all and (max-width:720px) {
.content .thumb > div:not(.thumbinner) {
.content .thumb > div:not(.thumbinner) {

Latest revision as of 23:03, 1 March 2025

@media all and (max-width:720px) {
	.content .thumb > div:not(.thumbinner) {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content: flex-start;
		flex-direction: column;
	}
}
body.skin-vector div.thumb > div:not(.thumbinner) {
	font-size: 94%;
	text-align: center;
	overflow: hidden;
	min-width: 100px;
}
body.skin-minerva div.thumb > div:not(.thumbinner) {
	margin: 0 auto;
	max-width: 100% !important;
}