diff options
Diffstat (limited to 'src/components/organisms/forms/comment-form/comment-form.module.scss')
| -rw-r--r-- | src/components/organisms/forms/comment-form/comment-form.module.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/organisms/forms/comment-form/comment-form.module.scss b/src/components/organisms/forms/comment-form/comment-form.module.scss index fbf8c96..a4de51e 100644 --- a/src/components/organisms/forms/comment-form/comment-form.module.scss +++ b/src/components/organisms/forms/comment-form/comment-form.module.scss @@ -8,6 +8,12 @@ } } +.title { + width: fit-content; + margin-inline: auto; + margin-bottom: var(--spacing-sm); +} + .field { width: 100%; } |
