mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 22:28:03 -05:00
fix slider and responsive
This commit is contained in:
@@ -33,7 +33,7 @@ export const ProjectGraduated = () => {
|
||||
<span className="font-sans text-2xl font-bold text-tuatara-950 dark:text-anakiwa-400">
|
||||
{project.name}
|
||||
</span>
|
||||
<span className="font-sans text-base font-normal text-tuatara-500 dark:text-tuatara-100 line-clamp-3">
|
||||
<span className="font-sans text-base font-normal text-tuatara-500 dark:text-tuatara-100 line-clamp-2 lg:line-clamp-3">
|
||||
{project.tldr}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -227,7 +227,7 @@ export const Slider = ({
|
||||
)}
|
||||
style={{
|
||||
transform: `translateX(-${translateX}%)`,
|
||||
gap: gap,
|
||||
gap: isMobile ? "0px" : gap,
|
||||
}}
|
||||
onTouchStart={handleTouchStart}
|
||||
onTouchMove={handleTouchMove}
|
||||
|
||||
Reference in New Issue
Block a user