feat: left aligned text

This commit is contained in:
Julien Calixte
2026-02-15 21:01:21 +01:00
parent 1d4e3e3d0a
commit 153984ac7a

View File

@@ -32,7 +32,7 @@ module.exports = {
p: {
"margin-top": "0.8em",
"margin-bottom": "0.8em",
"text-align": "justify",
"text-align": "left",
// "text-wrap": "balance",
},
"img, video": {