0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +00:00

Merge branch 'master' into addEditorThemes-#362

This commit is contained in:
G.Ambatte
2023-09-06 08:24:22 +12: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();