Align card texts and tag list to left (#974)
Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
804a866371
commit
9300a22068
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
text-align: justify;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
|
|
|
@ -12,7 +12,7 @@ strong {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: get-light-color('text-color');
|
color: get-light-color('text-color');
|
||||||
text-align: justify;
|
text-align: left;
|
||||||
text-justify: inter-word;
|
text-justify: inter-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue