Update landing-hero-showcase-section.tsx
This commit is contained in:
parent
0bc80f381d
commit
69eff6b6b8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue