From b16b100fbb5fb612b96073074209107d62010ce8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 May 2019 11:23:43 +0200 Subject: auto column fill --- hacklabxl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3