aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: ae0dc41e659e28cafc305870ec06419074d54f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
  font-size: 15px;
}

p {
  margin: 0 0 0.8em;
}

#output-wrapper {
  position: relative;
  width: 960px;
  height: 720px;
  margin-top: 0.5em;
}

.controls {
  margin-top: 0.5em;
}

.slider {
  margin-right: 0.5em;
  width: 100%;
}