summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 96697dc..8b34f27 100644
--- a/style.css
+++ b/style.css
@@ -84,11 +84,11 @@ ul:nth-child(5) {
/*
- For longest category name
+ Amount of chars in longest category name + 1
*/
li:first-child {
- width: 4em;
+ width: 8ch;
}