Skip to content

Instantly share code, notes, and snippets.

@Rovsau
Last active August 21, 2023 13:32
Show Gist options
  • Save Rovsau/e209868ad18866c5b59fd78554e757b5 to your computer and use it in GitHub Desktop.
Save Rovsau/e209868ad18866c5b59fd78554e757b5 to your computer and use it in GitHub Desktop.
Make GitHub Gist content fill the width of the browser.

Use a browser-extension to override CSS on a website.
Include the following code under gist.github.com

/* Expand GitHub Gists (Content and Code Blocks) */
div.container-lg.px-3, article {
  max-width: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment