Created
November 15, 2020 17:32
-
-
Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.
paulgraham.com_center_text
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
//Adi | |
(function() { | |
'use strict'; | |
document.getElementsByTagName("body")[0].setAttribute("style", "margin:auto; max-width: 1500px;"); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment