Skip to content

Commit

Permalink
add flex: auto to article so it expands to available width
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed May 9, 2020
1 parent d70da3b commit 6d5a17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6d5a17d

Please sign in to comment.