small version responsive
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s

This commit is contained in:
Julie Blanc 2026-01-28 00:05:06 +01:00
parent 4fee638a93
commit 80a606243e
6 changed files with 36 additions and 18 deletions

View file

@ -1,4 +1,17 @@
<?php snippet('header') ?>
<main>
<header class="page__header">
<h2 class="page__title"><?= $page->title() ?></h2>
<?php if ($page->chapo()->isNotEmpty()): ?>
<div class="description-medium">
<p><?= $page->chapo() ?></p>
</div>
<?php endif ?>
</header>
</main>
<?php snippet('footer') ?>