From cc58191c2b4f8348f0fb910f868a066f774e06ca Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 13 Apr 2025 22:30:45 +0200 Subject: [PATCH] Changed text align to justify on posts text --- public/terminal.css | 5 +++++ static/terminal.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/public/terminal.css b/public/terminal.css index c7d648e..25d362b 100644 --- a/public/terminal.css +++ b/public/terminal.css @@ -10,3 +10,8 @@ --accent: #0ae380; } } + +/* override the left-align with justify as it looks better (i think) */ +.post { + text-align: justify; +} diff --git a/static/terminal.css b/static/terminal.css index c7d648e..25d362b 100644 --- a/static/terminal.css +++ b/static/terminal.css @@ -10,3 +10,8 @@ --accent: #0ae380; } } + +/* override the left-align with justify as it looks better (i think) */ +.post { + text-align: justify; +}