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; +}