Hobson's Browser

5 · Alex Russell · July 15, 2021, 5:48 p.m.
figure.seventy_wide { width: 70%; } figure.eighty_wide { width: 80%; } figure.row { margin: 0; width: 100%; display: block; } figure.row > figcaption { padding-top: 1em; } figure.row > figure { margin: 0; display: flex; flex-direction: row; justify-content: space-around; } figure.row > figure.two > * { width: 45%; display: block; } figure.row > figure.three > * { width: 30%; display: block; } table.summary { font-...