Skip to content

Commit 6e1555d

Browse files
committed
make components interactive
1 parent 5a4740e commit 6e1555d

File tree

2 files changed

+237
-83
lines changed

2 files changed

+237
-83
lines changed

apps/sim/app/(home)/components/enterprise/enterprise.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ function TrustStrip() {
411411
export default function Enterprise() {
412412
return (
413413
<section id='enterprise' aria-labelledby='enterprise-heading' className='bg-[#F6F6F6]'>
414-
<div className='px-4 pt-[60px] pb-[40px] sm:px-8 sm:pt-[80px] md:px-[80px] md:pt-[100px]'>
414+
<div className='px-4 pt-[60px] pb-[40px] sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]'>
415415
<div className='flex flex-col items-start gap-3 sm:gap-4 md:gap-[20px]'>
416416
<Badge
417417
variant='blue'

0 commit comments

Comments
 (0)