Skip to content

Commit

Permalink
fix: Create text-justify css class
Browse files Browse the repository at this point in the history
Signed-off-by: Rémy Jacquin <[email protected]>
  • Loading branch information
remyj38 committed Feb 6, 2025
1 parent f8befe6 commit 0b98921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles/components/texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ blockquote {
}
}

.text-justify {
text-align: justify;
}

.text-muted {
color: get-light-color('muted-text-color') !important;
}
Expand Down

0 comments on commit 0b98921

Please sign in to comment.