From 544a65c4b2dd1a676dfd29a22e9dc10de7ba132e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Jun 2019 14:31:36 +0200 Subject: pub niko wip --- hacklabxl.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'hacklabxl.css') 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; } -- cgit v1.2.3