nav : fix subtitle size

This commit is contained in:
isUnknown 2025-02-06 15:37:36 +01:00
parent bd2503fb52
commit 2e718f61ae

View file

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