summaryrefslogtreecommitdiff
path: root/hacklabxl.css
diff options
context:
space:
mode:
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;
}