diff options
author | Your Name <you@example.com> | 2019-06-22 14:35:43 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2019-06-22 14:35:43 +0200 |
commit | a00f93442e5608983ed9c9692cb507c7d610b73f (patch) | |
tree | a18ac2fcf054b75d71d9e696a75aaff9536159f7 | |
parent | 544a65c4b2dd1a676dfd29a22e9dc10de7ba132e (diff) | |
download | hacklab.brussels-a00f93442e5608983ed9c9692cb507c7d610b73f.tar.gz |
quick update
-rw-r--r-- | hacklabxl.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hacklabxl.css b/hacklabxl.css index 00bf527..7e71bcb 100644 --- a/hacklabxl.css +++ b/hacklabxl.css @@ -3,13 +3,12 @@ body { } .container { column-width: 20em; - column-fill: balance; column-rule: solid 3px black; height: 95vh; } div { border-bottom: solid 3px black; - break-inside: column; + break-inside: always; } |