feat(templates): Tweak _hero.html

This makes the title fit on one line
This commit is contained in:
Tom Hubrecht 2024-09-13 21:25:26 +02:00
parent aed32e0725
commit 855664e410
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -3,8 +3,8 @@
<section class="hero is-dark is-primary">
<div class="hero-body">
<div class="container">
<div class="grid">
<div class="cell">
<div class="grid has-3-cols">
<div class="cell is-col-span-2">
<h1 class="title">
<a href="{% url 'index' %}" class="has-text-dark">Dossier Général des Services Informagiques</a>
</h1>