User:Cake/vector.css: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with ".mw-body-content { font-size: 1em; }")
 
No edit summary
Line 1: Line 1:
.mw-body-content {
.mw-body-content {
font-size: 1em;
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;
}
}
}

Revision as of 19:21, 31 July 2022

.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;
}
}