Difference between revisions of "MediaWiki:Common.css"

From Teopedia library
Jump to navigation Jump to search
(Created page with "→‎Hide numbers in table of content: .tocnumber { display: none; } @media (max-width: 730px) { .header-nav-m { flex-direction: column; } } @media (max-width: 900px) {...")
(No difference)

Revision as of 00:40, 9 December 2021

/* Hide numbers in table of content */
.tocnumber {
	display: none;
}

@media (max-width: 730px) {
	.header-nav-m {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.header-nav-m {
		clear: both;
	}
}