Adding scroll-to-top on index, merging track-types

This commit is contained in:
Zachary Klosko 2020-05-27 18:03:45 -04:00
parent 22e57e2a8b
commit d27c6e5e85
8 changed files with 84 additions and 69 deletions

View file

@ -49,7 +49,6 @@
</nav>
<!-- Scroll to Top link -->
<a class="top-link hide" href="" id="js-top">
<svg class="bi bi-arrow-up-circle-fill" width="4em" height="4em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-10.646.354a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 6.207V11a.5.5 0 0 1-1 0V6.207L5.354 8.354z"/>