Implement drag and drup upload support for simple markdown editor

This commit is contained in:
Mathias Biilmann Christensen
2016-10-21 23:16:19 -07:00
parent a15d014a99
commit f40b75e2e3
2 changed files with 49 additions and 6 deletions

View File

@ -1,15 +1,21 @@
html, body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
html,
body {
color: #444;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
padding: 20px;
}
h1 {
font-weight: bold;
color: #666;
font-size: 32px;
margin-top: 20px;
color: #666;
font-weight: bold;
font-size: 32px;
}
img {
max-width: 100%;
}