MediaWiki:Hassomecolours.css: Difference between revisions

From The Kodiak Republic Wiki

Content added Content deleted
mNo edit summary
No edit summary
Line 6: Line 6:
}
}


@media screen and (max-width: 600px) {
@media screen and (max-width: 700px) {
.toc ul {
.toc ul {
margin: 0.3em 0;
margin: 0.3em 0;

Revision as of 11:33, 27 December 2022

@media screen {
	.toc ul {
		margin: 0.3em 0;
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 700px) {
	.toc ul {
		margin: 0.3em 0;
		padding: 0 0.5em;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.