|
|
| Line 6: |
Line 6: |
| } | | } |
|
| |
|
| /* Remove left empty space and make content flush left */
| |
| .mw-body,
| |
| .mw-content-container,
| |
| .mw-page-container,
| |
| .mw-content-ltr,
| |
| .vector-body {
| |
| margin-left: 0 !important;
| |
| padding-left: 0 !important;
| |
| }
| |
|
| |
| /* Optional: Make page full width */
| |
| .mw-page-container {
| |
| max-width: 100% !important;
| |
| }
| |
|
| |
| /* Remove header/logo indentation */
| |
| .vector-header-container {
| |
| margin-left: 0 !important;
| |
| padding-left: 0 !important;
| |
| }
| |
|
| |
|
| | | |