File size: 125 Bytes
74e8f2f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
.controls {
  margin: 1em 0;
  display: flex;

  select {
    margin-left: 0.5em;
  }

  progress {
    margin: 0 1em;
  }
}