Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Created November 15, 2020 17:32
Show Gist options
  • Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.
Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.
paulgraham.com_center_text
//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