From 4a5811fc8e9cf433841465c2409429b1b128187a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 25 Aug 2024 05:47:19 -0400 Subject: [PATCH] Bring the columns back; otherwise, there's no easy way to get a high level view. --- jaraco/site/projects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaraco/site/projects.py b/jaraco/site/projects.py index 66a3292..e0914f4 100644 --- a/jaraco/site/projects.py +++ b/jaraco/site/projects.py @@ -39,7 +39,7 @@ def exclude(project): } } .container { - /* column-width: 20em; */ + column-width: 20em; } """)