Column-gap for everyone! Not just stickyside pages.

This commit is contained in:
voussoir 2019-08-25 18:07:53 -07:00
parent ced98d0c42
commit 6635a1e740
2 changed files with 1 additions and 3 deletions

View file

@ -82,6 +82,7 @@ body
grid-area: content_body;
display: grid;
grid-auto-rows: min-content;
grid-column-gap: 8px;
margin: 8px;
margin-top: 0;
@ -122,14 +123,12 @@ pre
grid-template:
"left right"
/var(--size_sticky_side) 1fr;
grid-column-gap: 8px;
}
#content_body.sticky_side_right
{
grid-template:
"left right"
/1fr var(--size_sticky_side);
grid-column-gap: 8px;
}
#content_body.sticky_side_left #left,

View file

@ -76,7 +76,6 @@
grid-area: right;
flex: 1;
padding: 8px;
/* Keep the prev-next buttons from scraping the floor */
padding-bottom: 30px;
}