216
edits
(And so begins the mobile improvement struggle.) |
(Trimming more padding for mobile) |
||
Line 1: | Line 1: | ||
/* Nixing more padding that seems to do nothing on desktop and clutter things on mobile */ | |||
.mw-body { | |||
padding: 0; | |||
} | |||
/* Resolves some max-width cancer that's mangling tables */ | /* Resolves some max-width cancer that's mangling tables */ | ||
.mw-page-container { | .mw-page-container { |