Skip to content

Commit

Permalink
Update whouses section
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 28, 2023
1 parent d6891cf commit d34b859
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pages/landing/userssection.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ const UsersSection = (props) => {
<section className="landing-users py-8 px-5 lg:px-8">
<div className="section-header">Who Uses</div>
<p className="section-detail">
PrimeTek's open-source products are utilized by passionate developers and companies alike. With over{' '}
PrimeTek libraries have reached over
<span className="font-semibold animated-text relative white-space-nowrap">
<span>100 Million Downloads </span>🎉
</span>{' '}
on npm, we continue to develop every day, while our community grows larger by the day.{' '}
<span>110 Million Downloads </span>
</span>
on npm! Join the PrimeLand community and experience the difference yourself.
</p>
<div className="flex justify-content-center align-items-center mt-4">
<span className="ml-2"> </span>
Expand Down
6 changes: 3 additions & 3 deletions styles/layout/landing/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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);
Expand All @@ -176,7 +176,7 @@

&.marquee-reverse{
animation-direction: reverse;
animation-delay: calc(20s / -2);
animation-delay: calc(30s / -2);
}
}
}
Expand Down

0 comments on commit d34b859

Please sign in to comment.