Merge branch 'main' into fix-search-matches

This commit is contained in:
Emruz Hossain 2024-09-20 06:51:24 +06:00 committed by GitHub
commit 8c40e373d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 568 additions and 461 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;
}