fix nav panel texts list spacing
This commit is contained in:
parent
be631dbe67
commit
7d577654a4
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
@click="edito = !edito"
|
||||
>Lire</button>
|
||||
<?php endif ?>
|
||||
<ul class="panel-item-content__texts">
|
||||
<ul class="panel-item-content__texts texts">
|
||||
<?php foreach($section->children() as $article): ?>
|
||||
<?php
|
||||
$author = $article->author()->toPage() == null ? "inconnu" : $article->author()->toPage()->title();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue