0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 14:42:40 +00:00

Change column-fill to auto

This commit is contained in:
G.Ambatte
2023-08-25 16:16:11 +12:00
parent 3fef61cbf8
commit b99de1c6e1
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ body {
margin-top : 0.1cm; margin-top : 0.1cm;
} }
} }
.useColumns(@multiplier : 1, @fillMode: balance){ .useColumns(@multiplier : 1, @fillMode: auto){
column-count : 2; column-count : 2;
column-fill : @fillMode; column-fill : @fillMode;
column-gap : 0.9cm; column-gap : 0.9cm;

View File

@@ -33,7 +33,7 @@ body {
} }
} }
.useColumns(@multiplier : 1, @fillMode: balance){ .useColumns(@multiplier : 1, @fillMode: auto){
column-fill : @fillMode; column-fill : @fillMode;
column-count : 2; column-count : 2;
} }
@@ -42,6 +42,7 @@ body {
column-span : all; column-span : all;
columns : inherit; columns : inherit;
column-gap : inherit; column-gap : inherit;
column-fill : inherit;
} }
.page{ .page{
.useColumns(); .useColumns();