0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 18:32:40 +00:00

Artificial column-break at page end

Inserting a \column into the end of the page (and a nbsp after). This makes the page emulate column-fill:auto (the standard "Homebrewery" behavior) since there is always at least one column-break, making the browser try less hard to aggressively "balance" the columns.

Then, when a user inserts `wide` or `column-span` elements, `column-fill: balance` will be able to take over and work as we expect.
This commit is contained in:
Trevor Buckner
2021-08-23 23:03:57 -04:00
parent 9c6d875524
commit 039db01b31
2 changed files with 4 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ body {
}
.page{
.useColumns();
max-height : 100%;
padding : 1.4cm 1.9cm 1.7cm;
font-family : BookInsanityRemake;
font-size : 0.34cm;