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
|
.presentation
|
||||||
background: url('../images/loading.gif') no-repeat center
|
background: url('../images/loading.gif') no-repeat center
|
||||||
min-height: 350px
|
min-height: 350px
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'default' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
|
{% block body_classes 'talk talk-full' %}
|
||||||
|
|
||||||
{% block content_top %}
|
{% block content_top %}
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue