summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 09:20:42 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:40:01 +0100
commitb60d58b4875aea58106c65faa2753dede70152f1 (patch)
tree95fcd08f5594bc7ecec8b9edcdebc20766cfc617 /style.css
parent12ed096eb7581922574b0934c2da71c4563cdd46 (diff)
html: disable css items for < 6 items
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index faf9491..5df3fcd 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@ body {
font-family: sans;
}
-ul {
+.columns {
columns: 300px;
}