mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update landing-hero-showcase-section.tsx
This commit is contained in:
parent
6590dbe74c
commit
0bc80f381d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user