diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index eaf69023a..26fb82430 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -34,9 +34,9 @@ body { letter-spacing : -0.02em; } } -.useColumns(@multiplier : 1){ +.useColumns(@multiplier : 1, @fillMode: balance){ column-count : 2; - column-fill : auto; + column-fill : @fillMode; column-gap : 0.9cm; column-width : 8cm * @multiplier; -webkit-column-count : 2; @@ -383,7 +383,7 @@ body { //Full Width .monster.wide{ - .useColumns(0.96); + .useColumns(0.96, @fillMode: balance); } //***************************** @@ -629,7 +629,7 @@ body { } } &.wide{ - .useColumns(0.96); + .useColumns(0.96, @fillMode: balance); } }