MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
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; | |||
} | |||
} | } | ||