fix style gauge container margin top
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
All checks were successful
Deploy / Deploy to Production (push) Successful in 9s
This commit is contained in:
parent
4a57c4a3d4
commit
713dc6eca2
12 changed files with 1577 additions and 255 deletions
12
index.php
12
index.php
|
|
@ -55,7 +55,7 @@ $data = getContent('fr');
|
|||
<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('fr');
|
|||
</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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue