fix style gauge container margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s

This commit is contained in:
isUnknown 2026-04-22 10:41:39 +02:00
parent 4a57c4a3d4
commit 713dc6eca2
12 changed files with 1577 additions and 255 deletions

View file

@ -45,7 +45,7 @@ $data = getContent('fr');
</header>
<main>
<p class="hero-heading"><?= htmlspecialchars($data['thanksHeading'] ?? 'Un grand merci !') ?></p>
<div class="hero-heading"><p><?= htmlspecialchars($data['thanksHeading'] ?? 'Un grand merci !') ?></p></div>
<?= $data['thanksText'] ?? '' ?>