Skip to content

Commit

Permalink
fix: Create text-justify css class
Browse files Browse the repository at this point in the history
  • Loading branch information
remyj38 authored Feb 6, 2025
1 parent f8befe6 commit ad3a111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/styles/components/texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ blockquote {
}
}

.text-justify {
text-align: justify;

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

0 comments on commit ad3a111

Please sign in to comment.