smol icon indicating copy to clipboard operation
smol copied to clipboard

Justify

Open Zsombe opened this issue 2 years ago • 1 comments

Hey!

Could you change the post text align to justify?

Thanks!

Zsombe avatar Feb 06 '24 11:02 Zsombe

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

contre95 avatar Apr 27 '24 19:04 contre95