MediaWiki:Hassomecolours.css: Difference between revisions

From The Kodiak Republic Wiki

Content added Content deleted
mNo edit summary
mNo edit summary
Line 2: Line 2:
.toc ul {
.toc ul {
margin: 0.3em 0;
margin: 0.3em 0;
padding: 0 0.5em !important;
padding: 0 0.5em;
}
}

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

Revision as of 11:28, 27 December 2022

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

@media screen and (max-width: 600px) {
	.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.