diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-15 14:49:41 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-15 14:49:41 +0200 |
| commit | 64570357f9608ad6638b1f8cc283ee9dd1cc3264 (patch) | |
| tree | 32d95b6299f4c8b220af728b2173f040e526edd6 /src/components/organisms/forms/contact-form.module.scss | |
| parent | b836f0a9f8b783e3328983ad087aa2b7b297b43a (diff) | |
chore: add a ContactForm component
Diffstat (limited to 'src/components/organisms/forms/contact-form.module.scss')
| -rw-r--r-- | src/components/organisms/forms/contact-form.module.scss | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |
