index > project-slideshow > remove prev button

This commit is contained in:
camille 2026-07-01 17:04:45 +02:00
parent 509c3ab948
commit df55fc2439
2 changed files with 1 additions and 3 deletions

View file

@ -241,12 +241,11 @@ body[data-template="index"] {
button.next {
position: absolute;
top: 0;
right: 0;
height: 100%;
border: none;
cursor: e-resize;
z-index: 1;
width: 50%;
width: 100%;
padding: 0;
}

View file

@ -56,7 +56,6 @@
<?php endif ?>
<?php endforeach; ?>
</div>
<button class="prev"></button>
<button class="next"></button>
</div>
<div class="project-description"><?= $project->description() ?></div>