Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2024-02-11 16:24:30 +01:00 committed by GitHub
parent 0bc80f381d
commit 69eff6b6b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ export const LandingHeroShowcaseSection = ({}) => {
"ease-out", "ease-out",
)} )}
style={{ style={{
width: `calc((100% - (3 * 8px)) / 2)`, width: `calc(100% / 3)`,
minWidth: "244px", minWidth: "244px",
transform: `translateX(calc((100% + 8px) * ${apps.findIndex( transform: `translateX(calc((100% + 8px) * ${apps.findIndex(
(f) => f.name === activeApp.name, (f) => f.name === activeApp.name,