Increase margin below title
This commit is contained in:
parent
173e3e8c3d
commit
e2205c0b95
|
@ -3,6 +3,12 @@ layout: default
|
||||||
title: Blog
|
title: Blog
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
|
{% block page_title_wrapper %}
|
||||||
|
<h1 class="leading-tight mb-8">
|
||||||
|
{% block page_title %}{{ page.title }}{% endblock %}
|
||||||
|
</h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<ul class="list-reset -mt-4 -mx-4">
|
<ul class="list-reset -mt-4 -mx-4">
|
||||||
{% for post in data.posts %}
|
{% for post in data.posts %}
|
||||||
|
|
Reference in a new issue