Template:Multicol/styles.css

From Moegirlpedia
< Template:Multicol
Revision as of 16:16, 8 August 2021 by LiaMinina (talk | contribs) (Created page with "@media all and (max-width:720px) { table.multicol > tr > td, table.multicol > tbody > tr > td { display:block !important; width:auto !important; } } table.multicol { b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
@media all and (max-width:720px) {
	table.multicol > tr > td,
	table.multicol > tbody > tr > td {
		display:block !important;
		width:auto !important;
	}
}
table.multicol {
	border: 0;
	border-collapse: collapse;
	background-color: transparent;
	padding: 0;
	table-layout: fixed;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
	vertical-align: top;
}
/* [[Category:CSS page under template namespace]] */