fix: Create text-justify css class

Signed-off-by: Rémy Jacquin <remy@remyj.fr>
This commit is contained in:
Rémy Jacquin 2025-02-06 09:41:15 +01:00 committed by Rémy Jacquin
parent f8befe62cc
commit 0b989218bc
No known key found for this signature in database
GPG key ID: BEEF3B9EC3E7FBE9

View file

@ -33,6 +33,10 @@ blockquote {
}
}
.text-justify {
text-align: justify;
}
.text-muted {
color: get-light-color('muted-text-color') !important;
}