Skip to content

Instantly share code, notes, and snippets.

@mebinum
Last active January 4, 2018 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mebinum/96e5893487653a4b34f016c6d365a413 to your computer and use it in GitHub Desktop.
Save mebinum/96e5893487653a4b34f016c6d365a413 to your computer and use it in GitHub Desktop.
Custom styles for embedded gist in webflow
<style type="text/css">
/**Styles for github gists*/
@media (max-width: 479px) {
blockquote {
max-width: 394px;
overflow: auto;
}
.gist-p {max-width:394px; overflow:auto}
.gist .file-data {max-height: 500px;max-width: 394px;}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment