Changed text align to justify on posts text

This commit is contained in:
BlueFox 2025-04-13 22:30:45 +02:00
parent 1f6167c9f2
commit cc58191c2b
Signed by: BlueFox
GPG Key ID: 327233DA85435270
2 changed files with 10 additions and 0 deletions

View File

@ -10,3 +10,8 @@
--accent: #0ae380;
}
}
/* override the left-align with justify as it looks better (i think) */
.post {
text-align: justify;
}

View File

@ -10,3 +10,8 @@
--accent: #0ae380;
}
}
/* override the left-align with justify as it looks better (i think) */
.post {
text-align: justify;
}