Created
November 15, 2020 17:32
-
-
Save iamaaditya/a1171c58dcaa2c87a863b4a9bb745920 to your computer and use it in GitHub Desktop.
Revisions
-
iamaaditya created this gist
Nov 15, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ //Adi (function() { 'use strict'; document.getElementsByTagName("body")[0].setAttribute("style", "margin:auto; max-width: 1500px;"); })();