projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70da3b
)
add flex: auto to article so it expands to available width
author
Dan Allen
<dan@opendevise.com>
Sat, 9 May 2020 20:42:44 +0000
(14:42 -0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 9 May 2020 20:42:44 +0000
(14:42 -0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
5ef1d77
..
958876d
100644
(file)
--- 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);