Add bottom margin to title
This commit is contained in:
parent
9e4f95b1ec
commit
02082ae789
|
@ -1,3 +1,6 @@
|
|||
.talk-full h1
|
||||
margin-bottom: 25px
|
||||
|
||||
.presentation
|
||||
background: url('../images/loading.gif') no-repeat center
|
||||
min-height: 350px
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block body_classes 'talk talk-full' %}
|
||||
|
||||
{% block content_top %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue