summaryrefslogtreecommitdiff
path: root/hacklabxl.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-22 14:31:36 +0200
committerYour Name <you@example.com>2019-06-22 14:31:36 +0200
commit544a65c4b2dd1a676dfd29a22e9dc10de7ba132e (patch)
tree20c404c1ac2f5b02e15818c0b62a363ef74ef7ae /hacklabxl.css
parent240c87e810ea31e19217aa1c9c8f06d6344e5172 (diff)
downloadhacklab.brussels-544a65c4b2dd1a676dfd29a22e9dc10de7ba132e.tar.gz
pub niko wip
Diffstat (limited to 'hacklabxl.css')
-rw-r--r--hacklabxl.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/hacklabxl.css b/hacklabxl.css
index 408c795..00bf527 100644
--- a/hacklabxl.css
+++ b/hacklabxl.css
@@ -1,13 +1,15 @@
+body {
+ font-family: monospace;
+}
.container {
-
- column-count: 6;
- column-width: 160px;
- column-fill: auto;
- column-rule: dotted 1px black;
+ column-width: 20em;
+ column-fill: balance;
+ column-rule: solid 3px black;
height: 95vh;
}
div {
border-bottom: solid 3px black;
+ break-inside: column;
}