summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Otp/Otp.module.css
blob: 209d997037d8f10e114f8b39a23410b759151bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.subheading__container {
  font-family: 'Barlow';
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bolder;
  margin: 20px;
  padding: 20px;
}

.subheading {
  font-size: 2rem;
}

.subsubheading {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 10px 0px;
}