diff options
Diffstat (limited to 'src/components/CommentForm/CommentForm.module.scss')
| -rw-r--r-- | src/components/CommentForm/CommentForm.module.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/CommentForm/CommentForm.module.scss b/src/components/CommentForm/CommentForm.module.scss new file mode 100644 index 0000000..2330ca2 --- /dev/null +++ b/src/components/CommentForm/CommentForm.module.scss @@ -0,0 +1,12 @@ +@use "@styles/abstracts/functions" as fun; + +.wrapper { + width: min(calc(100vw - (var(--spacing-md) * 2)), fun.convert-px(500)); + margin: auto; +} + +.title { + width: max-content; + margin-left: auto; + margin-right: auto; +} |
