diff options
Diffstat (limited to 'src/components/templates/page/page-layout.module.scss')
| -rw-r--r-- | src/components/templates/page/page-layout.module.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/templates/page/page-layout.module.scss b/src/components/templates/page/page-layout.module.scss index 4615f60..75b996c 100644 --- a/src/components/templates/page/page-layout.module.scss +++ b/src/components/templates/page/page-layout.module.scss @@ -73,16 +73,11 @@ &__section { grid-column: 2; - - &:first-child { - margin: var(--spacing-md) 0 0; - } } &__title { width: fit-content; - margin-bottom: var(--spacing-md); - margin-inline: auto; + margin: var(--spacing-md) auto; } &__no-comments { |
