changes to beautify the generated markdown
This commit is contained in:
parent
3f458937d9
commit
60a1b307e4
|
@ -1,3 +1,12 @@
|
||||||
|
.markdown > h1 {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown {
|
||||||
|
text-align: left
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue