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
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
6bfd9ae262
commit
8d01737d02
4 changed files with 3 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue