Merge branch 'prod'
commit
0bedcd672c
|
@ -54,7 +54,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--home-secondary-text-color);
|
color: var(--home-secondary-text-color);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1.143rem;
|
font-size: 1.25rem;
|
||||||
margin: 1.5rem 0 0 0;
|
margin: 1.5rem 0 0 0;
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
|
@ -164,7 +164,7 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
gap: 3rem;
|
gap: 3rem;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
animation: scroll 20s linear infinite;
|
animation: scroll 30s linear infinite;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
max-width: clamp(10rem, 1rem + 28vmin, 20rem);
|
max-width: clamp(10rem, 1rem + 28vmin, 20rem);
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
|
|
||||||
&.marquee-reverse{
|
&.marquee-reverse{
|
||||||
animation-direction: reverse;
|
animation-direction: reverse;
|
||||||
animation-delay: calc(20s / -2);
|
animation-delay: calc(30s / -2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
<section class="landing-users py-8 px-3 lg:px-8">
|
<section class="landing-users py-8 px-3 lg:px-8">
|
||||||
<div class="section-header">Who Uses</div>
|
<div class="section-header">Who Uses</div>
|
||||||
<p class="section-detail">
|
<p class="section-detail">
|
||||||
PrimeTek's open-source products are utilized by passionate developers and companies alike. With over
|
PrimeTek libraries have reached over <span class="font-semibold animated-text relative white-space-nowrap"> <span>110 Million Downloads </span> </span> on npm! Join the PrimeLand community and experience the difference yourself.
|
||||||
<span class="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.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="flex justify-content-center align-items-center mt-4">
|
<div class="flex justify-content-center align-items-center mt-4">
|
||||||
<span class="ml-2"> </span>
|
<span class="ml-2"> </span>
|
||||||
|
|
Loading…
Reference in New Issue