diff options
Diffstat (limited to 'src/components/templates/page/page-layout.module.scss')
| -rw-r--r-- | src/components/templates/page/page-layout.module.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/templates/page/page-layout.module.scss b/src/components/templates/page/page-layout.module.scss index d29df2c..09bb957 100644 --- a/src/components/templates/page/page-layout.module.scss +++ b/src/components/templates/page/page-layout.module.scss @@ -81,6 +81,12 @@ } } + &__title { + width: fit-content; + margin-bottom: var(--spacing-md); + margin-inline: auto; + } + &__no-comments { text-align: center; } @@ -90,3 +96,7 @@ margin: auto; } } + +.notice { + margin-top: var(--spacing-sm); +} |
