소스 검색

fix: Create text-justify css class (#1032)

Signed-off-by: Rémy Jacquin <remy@remyj.fr>
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Rémy Jacquin 2 달 전
부모
커밋
417ef950c7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      assets/styles/components/texts.scss

+ 4 - 0
assets/styles/components/texts.scss

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