aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/layout/section
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/atoms/layout/section')
-rw-r--r--src/components/atoms/layout/section/section.module.scss1
-rw-r--r--src/components/atoms/layout/section/section.stories.tsx2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/atoms/layout/section/section.module.scss b/src/components/atoms/layout/section/section.module.scss
index 771b8e3..3da74a2 100644
--- a/src/components/atoms/layout/section/section.module.scss
+++ b/src/components/atoms/layout/section/section.module.scss
@@ -21,5 +21,6 @@
> * {
grid-column: 2;
+ margin-block: 0;
}
}
diff --git a/src/components/atoms/layout/section/section.stories.tsx b/src/components/atoms/layout/section/section.stories.tsx
index 0a3388b..e21209b 100644
--- a/src/components/atoms/layout/section/section.stories.tsx
+++ b/src/components/atoms/layout/section/section.stories.tsx
@@ -1,5 +1,5 @@
import type { ComponentMeta, ComponentStory } from '@storybook/react';
-import { Heading } from '../../headings';
+import { Heading } from '../../heading';
import { Section } from './section';
/**