From d34b859ef64244088abf4265caf099ba027fc62a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 28 Mar 2023 16:23:45 +0300 Subject: [PATCH] Update whouses section --- pages/landing/userssection.js | 8 ++++---- styles/layout/landing/_main.scss | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/landing/userssection.js b/pages/landing/userssection.js index efb0098479..c18a1f6d17 100644 --- a/pages/landing/userssection.js +++ b/pages/landing/userssection.js @@ -33,11 +33,11 @@ const UsersSection = (props) => {
Who Uses

- PrimeTek's open-source products are utilized by passionate developers and companies alike. With over{' '} + PrimeTek libraries have reached over - 100 Million Downloads 🎉 - {' '} - on npm, we continue to develop every day, while our community grows larger by the day.{' '} + 110 Million Downloads + + on npm! Join the PrimeLand community and experience the difference yourself.

diff --git a/styles/layout/landing/_main.scss b/styles/layout/landing/_main.scss index 7229139ecb..78bb56c6ec 100644 --- a/styles/layout/landing/_main.scss +++ b/styles/layout/landing/_main.scss @@ -54,7 +54,7 @@ text-align: center; color: var(--home-secondary-text-color); font-weight: 500; - font-size: 1.143rem; + font-size: 1.25rem; margin: 1.5rem 0 0 0; padding: 0 2rem; } @@ -163,7 +163,7 @@ justify-content: space-around; gap: 3rem; min-width: 100%; - animation: scroll 20s linear infinite; + animation: scroll 30s linear infinite; > div { max-width: clamp(10rem, 1rem + 28vmin, 20rem); @@ -176,7 +176,7 @@ &.marquee-reverse{ animation-direction: reverse; - animation-delay: calc(20s / -2); + animation-delay: calc(30s / -2); } } }