Преглед изворни кода

Align card texts and tag list to left (#974)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Steffen Barnau пре 7 месеци
родитељ
комит
9300a22068
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      assets/styles/components/cards.scss
  2. 1 1
      assets/styles/components/texts.scss

+ 1 - 1
assets/styles/components/cards.scss

@@ -18,7 +18,7 @@
   }
 
   .card-body {
-    text-align: justify;
+    text-align: left;
   }
 
   .card-img-top {

+ 1 - 1
assets/styles/components/texts.scss

@@ -12,7 +12,7 @@ strong {
 
 p {
   color: get-light-color('text-color');
-  text-align: justify;
+  text-align: left;
   text-justify: inter-word;
 }