Difference between revisions of "User:Hayaku/common.css"

From Stoneshard wiki
Jump to navigation Jump to search
(Created page with "div#mw-panel { margin-left: 1em; } @media screen and (max-width: 720px) { div#mw-panel { margin-left: 0; } }")
(No difference)

Revision as of 19:05, 27 July 2022

div#mw-panel {
	margin-left: 1em;
}
@media screen and (max-width: 720px) {
	div#mw-panel {
		margin-left: 0;
	}
}