We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4740e commit 6e1555dCopy full SHA for 6e1555d
apps/sim/app/(home)/components/enterprise/enterprise.tsx
@@ -411,7 +411,7 @@ function TrustStrip() {
411
export default function Enterprise() {
412
return (
413
<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]'>
+ <div className='px-4 pt-[60px] pb-[40px] sm:px-8 sm:pt-[80px] sm:pb-0 md:px-[80px] md:pt-[100px]'>
415
<div className='flex flex-col items-start gap-3 sm:gap-4 md:gap-[20px]'>
416
<Badge
417
variant='blue'
0 commit comments