summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-05 08:07:24 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-05 08:07:24 +0200
commit44a9a88130397f991062906ba7ceefd1ca13293b (patch)
tree44b8ae0ed0edfacfd99839a5be126d3c3828ee10 /static/style.css
parent82a8ab39146187234c438f8e3e6617f82f4b34f7 (diff)
Only need 1 column in the blog page
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css4
1 files changed, 2 insertions, 2 deletions
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
+}