MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
@media only screen and (max-width: 1200px) { | @media only screen and (max-width: 1200px) { | ||
.vector-body { | .vector-body,.catlinks li { | ||
font-size: 1. | font-size: 1.4em | ||
} | } | ||
.mw-body h1 { | .mw-body h1 { | ||
font-size: | font-size: 2em; | ||
} | } | ||
.vector-body h2 { | .vector-body h2 { | ||
Revision as of 04:04, 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,.catlinks li {
font-size: 1.4em
}
.mw-body h1 {
font-size: 2em;
}
.vector-body h2 {
font-size: 1.8em;
}
.vector-body h3 {
font-size: 1.5em;
}
#mw-head {
display: none;
}
#mw-panel {
min-height: unset;
display: flex;
flex-direction: row;
width: 100%;
justify-content: center;
}
.mw-body {
margin-left: 1em;
margin-top: 8em;
}
.vector-main-page {
grid-template-columns: 1fr;
}
#mw-panel .vector-menu, .vector-menu-heading-label {
display: none;
}
.vector-menu-portal .vector-menu-content li {
font-size: 1.4em;
}
.vector-menu-content-list {
display: flex;
flex-direction: row;
justify-content: space-around;
}
}