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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Steffen Barnau 2024-09-20 02:50:41 +02:00 committed by GitHub
parent 804a866371
commit 9300a22068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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