User:Cake/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


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

Revision as of 19:24, 31 July 2022

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

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