From 64570357f9608ad6638b1f8cc283ee9dd1cc3264 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 15 Apr 2022 14:49:41 +0200 Subject: chore: add a ContactForm component --- src/components/organisms/forms/contact-form.module.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/organisms/forms/contact-form.module.scss (limited to 'src/components/organisms/forms/contact-form.module.scss') diff --git a/src/components/organisms/forms/contact-form.module.scss b/src/components/organisms/forms/contact-form.module.scss new file mode 100644 index 0000000..f3f2646 --- /dev/null +++ b/src/components/organisms/forms/contact-form.module.scss @@ -0,0 +1,8 @@ +.field { + width: 100%; +} + +.button { + display: block; + margin: auto; +} -- cgit v1.2.3