From 62897bba52395c2e1d450f950cdb8aa0fcf15e9c Mon Sep 17 00:00:00 2001
From: Darius Auding <Darius.auding@gmx.de>
Date: Sun, 7 Apr 2024 06:34:19 +0200
Subject: [PATCH] space out description and title as well as making title
 bigger

---
 templates/shortcodes/hero_section.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/shortcodes/hero_section.html b/templates/shortcodes/hero_section.html
index 5bc92806..4dc7b453 100644
--- a/templates/shortcodes/hero_section.html
+++ b/templates/shortcodes/hero_section.html
@@ -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>
-- 
GitLab