Created
September 19, 2013 16:18
-
-
Save edm00se/6625853 to your computer and use it in GitHub Desktop.
Some quick and dirty formatting for embedded gists, if you don't want them to take full height and 100% width by default. Just add to your CSS file.
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
.gist, .file-data { | |
width: 80% !important; | |
height: 300px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment