mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix button animation
This commit is contained in:
parent
20bbe87390
commit
042362cc77
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ layout: page
|
|||
</p>
|
||||
<div class="py-10 sm:py-10 md:flex text-center">
|
||||
<a href="#pricing">
|
||||
<button type="button" style="background-color: #6188ff;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-350 ease-in-out uppercase">
|
||||
<button type="button" style="background-color: #6188ff;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||
<span class="pr-3 text-2xl wiggle">🎉</span>Pre-order SPN
|
||||
</button>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue