Skip to content

Commit 6002289

Browse files
committed
chore: fix pricing card offset
1 parent 49935f5 commit 6002289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/pricing/table/table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const Table = () => {
104104
<div
105105
className={clsx(
106106
'sticky top-[122px] z-30 md:static',
107-
'h-[276px] 3xl:h-[272px] md:h-[245px] sm:h-[260px]',
107+
'h-[272px] md:h-[245px] sm:h-[260px]',
108108
{
109109
'border-r border-tones-purple-dark': currentPlan.title === 'enterprise',
110110
},

0 commit comments

Comments
 (0)