Skip to content

Commit a3e67be

Browse files
authored
design system request (#23071)
1 parent b3d34ae commit a3e67be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/landing/LandingSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Props = {
99
}
1010
export const LandingSection = ({ title, children, className, sectionLink, description }: Props) => {
1111
return (
12-
<div className={cx('container-xl px-3 px-md-6', className)} id={sectionLink}>
12+
<div className={cx('container-xl px-3 px-md-6 mt-6', className)} id={sectionLink}>
1313
{title && (
1414
<h2 className={cx('h1 color-fg-default', !description ? 'mb-3' : 'mb-4')}>
1515
{sectionLink ? (

0 commit comments

Comments
 (0)