diff options
Diffstat (limited to 'src/components/molecules/layout/page-header.module.scss')
| -rw-r--r-- | src/components/molecules/layout/page-header.module.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/molecules/layout/page-header.module.scss b/src/components/molecules/layout/page-header.module.scss index 4c7df5f..232023a 100644 --- a/src/components/molecules/layout/page-header.module.scss +++ b/src/components/molecules/layout/page-header.module.scss @@ -56,3 +56,9 @@ .meta { font-size: var(--font-size-sm); } + +.intro { + > *:last-child { + margin-bottom: 0; + } +} |
