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

@ -55,7 +55,7 @@ $data = getContent('en');
<main>
<div class="col-left">
<section id="section__hero">
<p class="hero-heading"><?= $data['heroHeading'] ?? '' ?></p>
<div class="hero-heading"><?= $data['heroHeading'] ?? '' ?></div>
<div class="gauge-container">
<div id="gauge" style="--pourcent: 0%"></div>
@ -69,10 +69,12 @@ $data = getContent('en');
</div>
</div>
<p class="hero-heading">
<?= htmlspecialchars($data['subtitleBlack'] ?? '') ?>
<?php if (!empty($data['subtitleGreen'])): ?><br /><strong><?= htmlspecialchars($data['subtitleGreen']) ?></strong><?php endif; ?>
</p>
<div class="hero-heading">
<p>
<?= htmlspecialchars($data['subtitleBlack'] ?? '') ?>
<?php if (!empty($data['subtitleGreen'])): ?><br /><strong><?= htmlspecialchars($data['subtitleGreen']) ?></strong><?php endif; ?>
</p>
</div>
</section>
<section id="section__baseline">