summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/Address/Address.module.css
blob: eafa781157be1840e4b6315bbd06b2a09fedd689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.address {
  display: flex;
  justify-content: center;
  margin: 40px 0px 0px;
}

.address__container {
  margin: 0px 20px;
}

.input__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Barlow';
  font-size: var(--font-medium-s);
}