From 5108acba610b4d878f6f823ec6a3e312ecefb0b0 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Tue, 12 Jul 2022 21:19:29 +0200 Subject: [PATCH] post list on one column --- style/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/page.css b/style/page.css index bf8c3b7..b2f2398 100644 --- a/style/page.css +++ b/style/page.css @@ -124,7 +124,7 @@ header .date { margin-left: 0.75ex; } -.post-list, .tag-list { +.tag-list { columns: 2; }