summaryrefslogtreecommitdiffstats
path: root/tablet.css
blob: 3774e6c01e69a033d1a455b03ecce0eb6eec3532 (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 {
    flex-direction: row-reverse;
}

#instructions {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    flex-basis: 40%
}

#instructions .step {
    display: list-item;
}

#print-results.step {
    display: block;
}

#genome-history {
    flex-grow: 4;
}