smol
smol copied to clipboard
Justify
Hey!
Could you change the post text align to justify?
Thanks!
Just add text-align: justify; to the article class in the themes/smigle/static/css/reset.css file.
article {
padding: 5px 0;
text-align: justify;
}