Merge branch 'main' into dependabot/npm_and_yarn/multi-ca6fe5ed03

This commit is contained in:
Emruz Hossain 2024-09-20 06:52:55 +06:00 committed by GitHub
commit 5237121974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ window.addEventListener('DOMContentLoaded', () => {
const fuseOptions = {
shouldSort: true,
includeMatches: true,
threshold: 0.0,
threshold: 0.1,
tokenize: true,
location: 0,
distance: 100,

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;
}