aboutsummaryrefslogtreecommitdiff
path: root/index.css
blob: d035b3b8ca1f47ca044b6be05e1fba1bd10146e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.button-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.button-grid button {
  padding: 10px;
  text-align: center;
}
#timer-display {
  text-align: center;
  width: fit-content;
}
table {
  font-size: 1.5em;
}