Skip to content

Instantly share code, notes, and snippets.

@edm00se
Created September 19, 2013 16:18
Show Gist options
  • Save edm00se/6625853 to your computer and use it in GitHub Desktop.
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.
.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