Increase margin below title
This commit is contained in:
parent
173e3e8c3d
commit
e2205c0b95
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue