Kaynağa Gözat

Update landing-hero-showcase-section.tsx

Stefan Pejcic 1 yıl önce
ebeveyn
işleme
0bc80f381d

+ 1 - 1
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,