File size: 150 Bytes
1982de5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
.formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;

  label {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}