From 44a9a88130397f991062906ba7ceefd1ca13293b Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 5 Oct 2025 08:07:24 +0200 Subject: Only need 1 column in the blog page --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 89a3479..821403d 100644 --- a/static/style.css +++ b/static/style.css @@ -105,7 +105,7 @@ hr { } .columns { - columns: 2; + columns: 1; } .columns ul { @@ -165,4 +165,4 @@ img { .columns { columns: 1; } -} \ No newline at end of file +} -- cgit v1.2.3