Created
February 26, 2018 15:11
-
-
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.
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
<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