Skip to content

Commit a7c72a4

Browse files
chore: fix review changes
1 parent 88b1c79 commit a7c72a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/(landing)/blog/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function StudioHero() {
2727
const shouldReduceMotion = useReducedMotion()
2828

2929
return (
30-
<section className='relative overflow-hidden border-[#2A2A2A] border-b pt-12 pb-8'>
30+
<section className='relative overflow-hidden border-[#2A2A2A] border-b pt-12 pb-8 px-4 sm:px-6 lg:px-12'>
3131
<div
3232
className='pointer-events-none absolute inset-0 opacity-50'
3333
aria-hidden='true'

0 commit comments

Comments
 (0)