Skip to content
Snippets Groups Projects
Commit 62897bba authored by codecraft's avatar codecraft :crocodile:
Browse files

space out description and title as well as making title bigger

parent 83ba559a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{% endif -%}
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title">{{ title | default(value=page.title) | safe }}</h1>
<h1 class="title is-1 mb-5">{{ title | default(value=page.title) | safe }}</h1>
{% if body or page.description %}<p class="subtitle">{{ body | default(value=page.description) | safe }}</p>{% endif -%}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment