summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-22 14:35:43 +0200
committerYour Name <you@example.com>2019-06-22 14:35:43 +0200
commita00f93442e5608983ed9c9692cb507c7d610b73f (patch)
treea18ac2fcf054b75d71d9e696a75aaff9536159f7
parent544a65c4b2dd1a676dfd29a22e9dc10de7ba132e (diff)
downloadhacklab.brussels-a00f93442e5608983ed9c9692cb507c7d610b73f.tar.gz
quick update
-rw-r--r--hacklabxl.css3
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;
}