Last active
August 29, 2015 13:59
Custom CSS to limit Wikipedia articles to a more readable width
This file contains 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
// Log into Wikipedia and paste this into your custom CSS. | |
// This can be found at: Preferences -> Appearance -> Custom CSS | |
// It will limit articles to a more readable width on larger screens. | |
#firstHeading, #bodyContent { | |
max-width: 780px; | |
margin-left: auto; | |
margin-right: auto; | |
position: relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment