Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Commit c1bc55c

Browse files
committed
Fix slide number pos
1 parent 7294be8 commit c1bc55c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frame-website/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,13 @@ <h1 class="ui inverted centered header" style="margin-top: -40px !important; pad
6666
<!-- Full-width images with number and caption text -->
6767
<div class="mySlides fade">
6868
<!-- The dots/circles -->
69-
<div class="numbertext">1 / 5
69+
<div class="numbertext">1 / 5</div>
7070
<div class="sliderDot">
7171
<span class="dot" onclick="currentSlide(1)"></span>
7272
<span class="dot" onclick="currentSlide(2)"></span>
7373
<span class="dot" onclick="currentSlide(3)"></span>
7474
<span class="dot" onclick="currentSlide(4)"></span>
7575
<span class="dot" onclick="currentSlide(5)"></span>
76-
</div>
7776
</div>
7877

7978
<video controls autoplay style="width:100%; margin-bottom: -5px">

0 commit comments

Comments
 (0)