Last active
May 21, 2024 21:41
-
-
Save pvorb/eadb719913f85de23d0ff275e4a694b7 to your computer and use it in GitHub Desktop.
Make German Wikipedia readable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin: 0 auto; | |
max-width: 70rem; | |
border-width: 0 1px; | |
} | |
#mw-head { | |
right: initial; | |
max-width: 70rem; | |
} | |
#mw-panel { | |
left: initial; | |
} | |
.mw-body { | |
border-right-width: 1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment