summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-05-12 11:23:43 +0200
committerYour Name <you@example.com>2019-05-12 11:23:43 +0200
commitb16b100fbb5fb612b96073074209107d62010ce8 (patch)
treedc4c979a810dcf2432fa3dec6a1e6b74c9802862
parent2699c8ad1bdaf8d5b32eb9c403d7eb7b937332f3 (diff)
downloadhacklab.brussels-b16b100fbb5fb612b96073074209107d62010ce8.tar.gz
auto column fill
-rw-r--r--hacklabxl.css2
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;
}