From a00f93442e5608983ed9c9692cb507c7d610b73f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Jun 2019 14:35:43 +0200 Subject: quick update --- hacklabxl.css | 3 +-- 1 file changed, 1 insertion(+), 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; } -- cgit v1.2.3