diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 08:07:24 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 08:07:24 +0200 |
| commit | 44a9a88130397f991062906ba7ceefd1ca13293b (patch) | |
| tree | 44b8ae0ed0edfacfd99839a5be126d3c3828ee10 /static | |
| parent | 82a8ab39146187234c438f8e3e6617f82f4b34f7 (diff) | |
Only need 1 column in the blog page
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 4 |
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 +} |
