Remove hero classes from title hero
It takes up too much space.
This commit is contained in:
parent
51a594f88c
commit
161b70e5cf
1 changed files with 6 additions and 8 deletions
|
@ -39,11 +39,10 @@
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
|
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
|
||||||
{% if not is_front %}
|
{% if not is_front %}
|
||||||
<section class="hero">
|
<section>
|
||||||
{% block header_and_search %}
|
{% block header_and_search %}
|
||||||
{% if page.header %}
|
{% if page.header %}
|
||||||
{# Header hero region #}
|
{# Header region #}
|
||||||
<div class="hero-body">
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns is-vcentered">
|
<div class="columns is-vcentered">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
@ -51,7 +50,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock header_and_search %}
|
{% endblock header_and_search %}
|
||||||
{% block tabs %}
|
{% block tabs %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue