Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Removed identation of lists inside wikitables and portable infoboxes
Reduced citizen-body padding on smaller screens
Line 40: Line 40:
.citizen-body {
.citizen-body {
     padding: var(--padding-page);
     padding: var(--padding-page);
}
@media screen and (max-width: 640px) {
    .citizen-body {
        padding: 12px;
    }
}
}