浏览代码

Update landing-hero-showcase-section.tsx

Stefan Pejcic 1 年之前
父节点
当前提交
0bc80f381d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/src/refine-theme/landing-hero-showcase-section.tsx

+ 1 - 1
documentation/src/refine-theme/landing-hero-showcase-section.tsx

@@ -98,7 +98,7 @@ export const LandingHeroShowcaseSection = ({}) => {
                                 "ease-out",
                                 "ease-out",
                             )}
                             )}
                             style={{
                             style={{
-                                width: `calc((100% - (3 * 8px)) / 4)`,
+                                width: `calc((100% - (3 * 8px)) / 2)`,
                                 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,