diff options
-rw-r--r-- | hacklabxl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacklabxl.css b/hacklabxl.css index 11ad9b8..859e29a 100644 --- a/hacklabxl.css +++ b/hacklabxl.css @@ -1,6 +1,6 @@ .container { column-count: 6; - column-fill: balance; + column-fill: auto; column-rule: dotted 1px black; height: 95vh; } |