summaryrefslogtreecommitdiffstats
path: root/style.css
blob: 26ccb1353ad5b2e5b2afffc541d388c0b574e076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.steps {
    margin-bottom: 1em;
}
.step {
    border: solid thin;
    padding: 0.7em;
    border-radius: 1em;
    margin: 0.14em;
    display: inline-block;
    box-sizing: border-box;
}