summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/Address/Address.module.css
blob: 612d23376f44c440a4d840e9df04c4b196d27e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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);
}

.input__container label {
  font-size: 1.75rem;
}