changes to beautify the generated markdown

This commit is contained in:
Joachim Lusiardi 2016-11-06 13:14:28 +01:00
parent 3f458937d9
commit 60a1b307e4
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
.markdown > h1 {
font-size: 14px;
font-weight: bold;
}
.markdown {
text-align: left
}
body {
padding-top: 50px;
}