index > project-slideshow > remove prev button
This commit is contained in:
parent
509c3ab948
commit
df55fc2439
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue