aboutsummaryrefslogtreecommitdiff
path: root/index.css
blob: 63d12d6f2ac45140e573fba741b328fc723f1c6a (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.4em;
}