feat(templates): Tweak _hero.html
This makes the title fit on one line
This commit is contained in:
parent
aed32e0725
commit
855664e410
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue