diff options
Diffstat (limited to 'tablet.css')
-rw-r--r-- | tablet.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tablet.css b/tablet.css new file mode 100644 index 0000000..3774e6c --- /dev/null +++ b/tablet.css @@ -0,0 +1,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; +} |