Increase margin below title

This commit is contained in:
Oliver Davies 2019-01-14 08:39:07 +00:00
parent 173e3e8c3d
commit e2205c0b95

View file

@ -3,6 +3,12 @@ layout: default
title: Blog
use: [posts]
---
{% block page_title_wrapper %}
<h1 class="leading-tight mb-8">
{% block page_title %}{{ page.title }}{% endblock %}
</h1>
{% endblock %}
{% block content %}
<ul class="list-reset -mt-4 -mx-4">
{% for post in data.posts %}