Fix hover/active states on desktop

This commit is contained in:
Jeremy Thomas
2017-07-02 23:39:08 +01:00
parent 09ca2efe62
commit 0abecdd777
4 changed files with 36 additions and 21 deletions

View File

@@ -20,8 +20,8 @@ route: blog
</h2>
</div>
<div class="column is-8">
<div class="content is-medium">
{{ post.introduction }}
<div class="content">
{{ post.content }}
</div>
</div>
</div>