diff options
Diffstat (limited to 'test/writer.html4')
| -rw-r--r-- | test/writer.html4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/writer.html4 b/test/writer.html4 index 453277e9b..9126916c3 100644 --- a/test/writer.html4 +++ b/test/writer.html4 @@ -151,7 +151,8 @@ } code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;} - div.column{display: inline-block; vertical-align: top; width: 50%;} + div.columns{display: flex; gap: min(4vw, 1.5em);} + div.column{flex: 1;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} .display.math{display: block; text-align: center; margin: 0.5rem auto;} |
