Add bottom margin to title

This commit is contained in:
Oliver Davies 2017-03-06 20:43:33 +00:00
parent 9e4f95b1ec
commit 02082ae789
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{% extends 'default' %}
{% block body_classes 'talk talk-full' %}
{% block content_top %}
<h1>{{ page.title }}</h1>
{% endblock %}