From: Dan Allen Date: Sat, 9 May 2020 20:42:44 +0000 (-0600) Subject: add flex: auto to article so it expands to available width X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d5a17dbeb35b5d39db21518069cbb1be957b1df;p=working%2Feg-antora.git add flex: auto to article so it expands to available width --- diff --git a/src/css/doc.css b/src/css/doc.css index 5ef1d77..958876d 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -10,6 +10,7 @@ @media screen and (min-width: 1024px) { .doc { + flex: auto; font-size: var(--doc-font-size--desktop); margin: var(--doc-margin--desktop); max-width: var(--doc-max-width--desktop);