diff --git a/src/layouts/index.html b/src/layouts/index.html index 7a55fbf..93e07bf 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -30,7 +30,7 @@
-

Keep what
is yours.

+

Keep what
is yours.

diff --git a/src/layouts/partials/floating-join-btn.html b/src/layouts/partials/floating-join-btn.html index 037fc15..1433a69 100644 --- a/src/layouts/partials/floating-join-btn.html +++ b/src/layouts/partials/floating-join-btn.html @@ -174,6 +174,6 @@ - + JOIN diff --git a/src/static/css/animations.css b/src/static/css/animations.css index cf51045..6fc6fee 100644 --- a/src/static/css/animations.css +++ b/src/static/css/animations.css @@ -51,8 +51,8 @@ /* Text Flicker Animation */ -h1,.gf-container{ - animation: text-flicker 3s linear; +h1, .hero-container{ + animation: text-flicker 1.5s linear; transition: 0.2s ease-out; }