nav : fix subtitle size
This commit is contained in:
parent
bd2503fb52
commit
2e718f61ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue