Browse Source

fixed missing animation for learn more button in hero section

master
D 5 months ago
parent
commit
7315c6463d
  1. 5
      index.html

5
index.html

@ -225,7 +225,10 @@
>
Private Cryptocurrency and Messenger Using Zero Knowledge Mathematics
</h3>
<a href="#about" class="component-button hero-btn" style="--mod-translate-y: -250rem; --mod-translate-x: 0vh"
<a
href="#about"
class="component-button hero-btn"
style="--mod-translate-y: -250rem; --mod-translate-x: 0vh"
><small>Learn More</small></a
>
</section>

Loading…
Cancel
Save