Created
July 19, 2014 10:46
-
-
Save electricg/5eb7aed3ae958dd450ba to your computer and use it in GitHub Desktop.
Markdown style for markdown editor
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
/* 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