diff options
-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; } |