fix: Create text-justify css class
Signed-off-by: Rémy Jacquin <remy@remyj.fr>
This commit is contained in:
parent
f8befe62cc
commit
0b989218bc
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ blockquote {
|
|||
}
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: get-light-color('muted-text-color') !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue