Преглед на файлове

Update landing-hero-showcase-section.tsx

Stefan Pejcic преди 1 година
родител
ревизия
69eff6b6b8
променени са 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)) / 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,