From 69eff6b6b85fee49690649b0e6dc8496836c797f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 11 Feb 2024 16:24:30 +0100 Subject: [PATCH] Update landing-hero-showcase-section.tsx --- .../src/refine-theme/landing-hero-showcase-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/refine-theme/landing-hero-showcase-section.tsx b/documentation/src/refine-theme/landing-hero-showcase-section.tsx index 143d9bad..dc0a6d1a 100644 --- a/documentation/src/refine-theme/landing-hero-showcase-section.tsx +++ b/documentation/src/refine-theme/landing-hero-showcase-section.tsx @@ -98,7 +98,7 @@ export const LandingHeroShowcaseSection = ({}) => { "ease-out", )} style={{ - width: `calc((100% - (3 * 8px)) / 2)`, + width: `calc(100% / 3)`, minWidth: "244px", transform: `translateX(calc((100% + 8px) * ${apps.findIndex( (f) => f.name === activeApp.name,