diff options
Diffstat (limited to 'src/components/Form/Form.module.scss')
| -rw-r--r-- | src/components/Form/Form.module.scss | 6 |
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 { |
