From 6d5a17dbeb35b5d39db21518069cbb1be957b1df Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 9 May 2020 14:42:44 -0600 Subject: [PATCH] add flex: auto to article so it expands to available width --- src/css/doc.css | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0