From 6f46e54e382bf3f535f27ebead18c2bdf4628e49 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 15 Jan 2022 23:08:25 +0100 Subject: chore(comments): handle comment reply --- src/components/Form/Form.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/Form/Form.module.scss') diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss index 577c3c8..92dbb36 100644 --- a/src/components/Form/Form.module.scss +++ b/src/components/Form/Form.module.scss @@ -8,6 +8,12 @@ display: flex; flex-flow: row nowrap; } + + &--centered { + max-width: 45ch; + margin-left: auto; + margin-right: auto; + } } .item { -- cgit v1.2.3