MediaWiki:Common.css: Difference between revisions

From Podcrash Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
pre { font-family: 'poppins'; }
pre { font-family: 'poppins'; }
.mv-list-item { font-size: 1em }
.mv-list-item { font-size: 1em }
@media only screen and (max-width: 600px) {
 
@media only screen and (max-width: 1200px) {
.vector-body {
.vector-body {
font-size: 1.5em
font-size: 1.5em

Revision as of 03:36, 1 August 2024

#p-tb { display: none; }
pre { font-family: 'poppins'; }
.mv-list-item { font-size: 1em }

@media only screen and (max-width: 1200px) {
.vector-body {
font-size: 1.5em
}
.mw-body h1 {
font-size: em;
}
.vector-body h2 {
font-size: 1.8em;
}
.vector-body h3 {
font-size: 1.5em;
}

}