0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00
Change column flow to auto
This commit is contained in:
Trevor Buckner
2023-09-05 16:15:14 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ body {
margin-top : 0.1cm;
}
}
.useColumns(@multiplier : 1, @fillMode: balance){
.useColumns(@multiplier : 1, @fillMode: auto){
column-count : 2;
column-fill : @fillMode;
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-count : 2;
}
@@ -42,6 +42,7 @@ body {
column-span : all;
columns : inherit;
column-gap : inherit;
column-fill : inherit;
}
.page{
.useColumns();