Remove bouncing pointer

This commit is contained in:
Thomas Smith 2023-02-23 12:07:36 -05:00
parent 9dabb2c178
commit 2799afd581

View file

@ -127,12 +127,6 @@
}
}
.pointer{
display: inline-block;
position: relative;
animation: float 1s ease-in-out infinite;
}
</style>
<section class="hero one-box">
@ -153,7 +147,7 @@
</div>
<div class="col-xl-6 col-lg-6 col-md-12 col-sm-12 col-12">
<div>
<p class="install-label"><span class="pointer">👇</span> Install tea by running our one-liner</p>
<p class="install-label">Install tea by running our one-liner</p>
</div>
<div class="terminal-animation mb-3">
{{- partial "hero-terminal-animation.html" -}}