Remove hero classes from title hero

It takes up too much space.
This commit is contained in:
Benjamin Melançon 2019-08-08 22:31:15 -04:00
parent 51a594f88c
commit 161b70e5cf

View file

@ -39,16 +39,14 @@
{% block header %}
<p class="slogan"><strong class="title">{{ site_slogan }}</strong></p>
{% if not is_front %}
<section class="hero">
<section>
{% block header_and_search %}
{% if page.header %}
{# Header hero region #}
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column">
{{ page.header }}
</div>
{# Header region #}
<div class="container">
<div class="columns is-vcentered">
<div class="column">
{{ page.header }}
</div>
</div>
</div>