Changed text align to justify on posts text

This commit is contained in:
2025-04-13 22:30:45 +02:00
parent 1f6167c9f2
commit cc58191c2b
2 changed files with 10 additions and 0 deletions

View File

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