diff options
author | Your Name <you@example.com> | 2019-05-12 11:23:43 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-05-12 11:23:43 +0200 |
commit | b16b100fbb5fb612b96073074209107d62010ce8 (patch) | |
tree | dc4c979a810dcf2432fa3dec6a1e6b74c9802862 | |
parent | 2699c8ad1bdaf8d5b32eb9c403d7eb7b937332f3 (diff) | |
download | hacklab.brussels-b16b100fbb5fb612b96073074209107d62010ce8.tar.gz |
auto column fill
-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; } |