nav : add subtitle spacing

This commit is contained in:
isUnknown 2025-02-07 10:46:52 +01:00
parent 989f042158
commit d5d0b29fb0
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
class="text__title no-underline">
<h4><?= $article->title() ?></h4>
<?php if ($article->subtitle()->isNotEmpty()): ?>
<p><?= $article->subtitle() ?></p>
<p class="text__subtitle"><?= $article->subtitle()->inline() ?></p>
<?php endif ?>
</a>
<div class="text__infos">