Index > removed close button under slider + extend slider nav buttons until bottom of the window
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
camille 2026-06-30 18:15:30 +02:00
parent 6bfd9ae262
commit 8d01737d02
4 changed files with 3 additions and 16 deletions

View file

@ -26,7 +26,6 @@
</div>
<section class="toggle">
<div class= "project-slideshow-container">
<button class="closer"></button>
<div class="project-slideshow">
<?php foreach ($slides->values() as $i => $slide): ?>
<?php if ($slide->type() === 'video'): ?>
@ -56,9 +55,9 @@
]) ?>
<?php endif ?>
<?php endforeach; ?>
<button class="prev"></button>
<button class="next"></button>
</div>
<button class="prev"></button>
<button class="next"></button>
</div>
<div class="project-description"><?= $project->description() ?></div>
<div class="project-description-mobile"><?= $project->descriptionMobile() ?></div>