From 0bc80f381d5472c3bd82d485162a4646b72e7ffc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 11 Feb 2024 16:20:23 +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 902da220..143d9bad 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)) / 4)`, + width: `calc((100% - (3 * 8px)) / 2)`, minWidth: "244px", transform: `translateX(calc((100% + 8px) * ${apps.findIndex( (f) => f.name === activeApp.name,