aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/contact-form/contact-form.module.scss
blob: c106fb19c52d0602f023dff7a426d3a9ece3b4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.form {
  display: flex;
  flex-flow: column wrap;
  gap: var(--spacing-xs);
  max-width: 45ch;
}

.field {
  width: 100%;
}

.button {
  display: block;
  margin: var(--spacing-sm) auto 0;
}