Add some basic typography, tweak the Markdown

This commit adds some basic type sizes, weights and spacing for HTML
elements scoped inside a `.documentation` container.

It also tweaks some of the Markdown so that it renders the same as it
does on Github.
This commit is contained in:
Chris Hill-Scott
2016-04-15 10:56:47 +01:00
parent 57ad64fae6
commit f7c15dfbaf
4 changed files with 107 additions and 40 deletions

View File

@@ -7,8 +7,8 @@
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
{{ body }}
<div class="column-two-thirds documentation">
{{ body }}
</div>
</div>