Skip to content

Instantly share code, notes, and snippets.

@electricg
Created July 19, 2014 10:46
Show Gist options
  • Save electricg/5eb7aed3ae958dd450ba to your computer and use it in GitHub Desktop.
Save electricg/5eb7aed3ae958dd450ba to your computer and use it in GitHub Desktop.
Markdown style for markdown editor
/* from https://github.com/sindresorhus/github-markdown-css */
@import 'http://rawgit.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css';
.markdown-body {
min-width: 200px;
max-width: 790px;
margin: 0 auto;
padding: 30px;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment