Explorar o código

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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
Steffen Barnau hai 7 meses
pai
achega
9300a22068
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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;
 }