style page-simple + asides
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s

This commit is contained in:
Julie Blanc 2026-02-24 17:52:57 +01:00
parent f61b6e8840
commit afe5885708
9 changed files with 69 additions and 36 deletions

View file

@ -279,7 +279,9 @@ $hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
<?php endforeach ?>
</div>
<div class="investigation__aside" id="impacts">
</div>
<aside class="investigation__aside" id="impacts">
<h3 class="aside__title">Impacts</h3>
<!-- Contenu statique temporaire - sera dynamique quand les pages impacts seront créées -->
@ -321,7 +323,7 @@ $hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
</div>
</div>
</aside>
<?php
@ -461,7 +463,7 @@ if ($package):
</aside>
</div>
<?php endif ?>
</main>