remove top-spacer

This commit is contained in:
jem 2020-02-17 21:08:56 +01:00
parent e70713f807
commit 627b0afc0a
5 changed files with 1 additions and 14 deletions

View file

@ -1,10 +1,5 @@
{% extends "/html/page-two-column.html" %} {% extends "/html/page-two-column.html" %}
{% block header %}
{% include "/html/includes/top_spacer.inc" %}
{{page.content|safe}}
{% endblock %}
{% block center %} {% block center %}
{% include "/html/includes/featurettes.inc" %} {% include "/html/includes/featurettes.inc" %}
{% endblock %} {% endblock %}

View file

@ -1,7 +1,6 @@
{% extends "/html/page-one-column.html" %} {% extends "/html/page-one-column.html" %}
{% block header %} {% block header %}
{% include "/html/includes/top_spacer.inc" %}
{% include "/html/includes/headlines.inc" %} {% include "/html/includes/headlines.inc" %}
{% endblock %} {% endblock %}

View file

@ -9,7 +9,6 @@
{% endblock %} {% endblock %}
<div class="container"> <div class="container">
{% block header %} {% block header %}
{% include "/html/includes/top_spacer.inc" %}
{% include "/html/includes/publishing-date.inc" %} {% include "/html/includes/publishing-date.inc" %}
{% endblock %} {% endblock %}

View file

@ -6,9 +6,6 @@
{% block off-container-header %} {% block off-container-header %}
{% endblock %} {% endblock %}
<div class="container"> <div class="container">
{% block header %}
{% include "/html/includes/top_spacer.inc" %}
{% endblock %}
<div class="row"> <div class="row">
<div class="col-lg-2 col-md-2"> <div class="col-lg-2 col-md-2">

View file

@ -8,10 +8,7 @@
</div> </div>
{% endblock %} {% endblock %}
<div class="container"> <div class="container">
{% block header %}
{% include "/html/includes/top_spacer.inc" %}
{% endblock %}
<div class="row"> <div class="row">
<div class="col-lg-9 col-md-12"> <div class="col-lg-9 col-md-12">
{% block center %} {% block center %}