Change default font size

This commit is contained in:
Jeremy Thomas
2017-03-13 12:05:02 +00:00
parent d2d9515dfa
commit b93c3789b6
14 changed files with 110 additions and 90 deletions

View File

@@ -17,6 +17,7 @@ route: blog
<h1 class="title is-2">
{{ page.title }}
</h1>
<hr>
<div class="content is-medium">
{{ content }}
</div>