MediaWiki:Gadget-ResponsiveStyle.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
/* Responsive CSS applied to both desktop and mobile */
/* Responsive CSS applied to both desktop and mobile */
@media all and (max-width: 719px) {
.medialist.listenlist {
width: auto !important;
}
.notice#spoiler {
padding: 2px 6px !important;
margin: 18px 6px !important;
}
.columns {
column-count: 2 !important;
}
}

Revision as of 08:35, March 9, 2022

/* Responsive CSS applied to both desktop and mobile */

@media all and (max-width: 719px) {
	.medialist.listenlist {
		width: auto !important;
	}
	.notice#spoiler {
		padding: 2px 6px !important;
		margin: 18px 6px !important;
	}
	.columns {
		column-count: 2 !important;
	}
}