summaryrefslogtreecommitdiffstats
path: root/src/components/Form/Form.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-15 23:08:25 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-15 23:28:24 +0100
commit6f46e54e382bf3f535f27ebead18c2bdf4628e49 (patch)
tree3285800f7c08afe25ebcf985bd5f643bdf7fc603 /src/components/Form/Form.module.scss
parent4d0b13d22be1297c91316d5e52c8fb30ded5c7dd (diff)
chore(comments): handle comment reply
Diffstat (limited to 'src/components/Form/Form.module.scss')
-rw-r--r--src/components/Form/Form.module.scss6
1 files changed, 6 insertions, 0 deletions
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 {