Skip to content

Instantly share code, notes, and snippets.

@aerobless
Created February 26, 2018 15:11
Show Gist options
  • Save aerobless/925c843c4cb38d1c3d19d2e0767429d6 to your computer and use it in GitHub Desktop.
Save aerobless/925c843c4cb38d1c3d19d2e0767429d6 to your computer and use it in GitHub Desktop.
Can be injected into a ghost blog to fix the width of a embedded gist.
<style>
.gist {max-width:100%; overflow:auto}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment