0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 13:22:39 +00:00

Convert BrewRenderer to function, PPR always on

This commit is contained in:
Trevor Buckner
2023-11-30 23:52:42 -05:00
parent be72b029bf
commit 3073b3e35d
2 changed files with 152 additions and 189 deletions

View File

@@ -40,7 +40,7 @@ body {
-webkit-column-gap : 1cm;
-moz-column-gap : 1cm;
}
.phb{
.phb,.page{
.useColumns();
counter-increment : phb-page-numbers;
position : relative;
@@ -59,6 +59,9 @@ body {
page-break-before : always;
page-break-after : always;
contain : size;
}
.phb{
//*****************************
// * BASE
// *****************************/