diff options
Diffstat (limited to 'test/lhs-test.html')
| -rw-r--r-- | test/lhs-test.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index d507aa19d..03894af2b 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -148,7 +148,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;} pre > code.sourceCode { white-space: pre; position: relative; } |
