User:Cake/vector.css

From Path of Exile Wiki
Revision as of 19:21, 31 July 2022 by Cake (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you have to bypass your browser's cache to see the changes. The simplest method that will work for most users is to hold down the ⇧ Shift key and click the Reload toolbar button. For details and other methods, see Help:Clear your browser cache.

.mw-body-content {
	font-size: 1em;
}

@media screen and (max-width: 480px) {
	.mw-body, #mw-data-after-content {
    margin: 0;
}


/* Left nav panel */
#mw-panel {
	display:none;
}

/* Gem container */
.infobox-page-container {
	float: none;
	clear: none;
	margin:0;
}

.toc {
	display:block;
}

#footer {
	margin: 0;
}
}