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,3 +1,6 @@
.talk-full h1
margin-bottom: 25px
.presentation
background: url('../images/loading.gif') no-repeat center
min-height: 350px

View file

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