We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d34ae commit a3e67beCopy full SHA for a3e67be
1 file changed
components/landing/LandingSection.tsx
@@ -9,7 +9,7 @@ type Props = {
9
}
10
export const LandingSection = ({ title, children, className, sectionLink, description }: Props) => {
11
return (
12
- <div className={cx('container-xl px-3 px-md-6', className)} id={sectionLink}>
+ <div className={cx('container-xl px-3 px-md-6 mt-6', className)} id={sectionLink}>
13
{title && (
14
<h2 className={cx('h1 color-fg-default', !description ? 'mb-3' : 'mb-4')}>
15
{sectionLink ? (
0 commit comments