Merge branch 'main' into dependabot/npm_and_yarn/multi-ca6fe5ed03
This commit is contained in:
commit
5237121974
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
|
||||
.card-body {
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.card-img-top {
|
||||
|
|
|
@ -12,7 +12,7 @@ strong {
|
|||
|
||||
p {
|
||||
color: get-light-color('text-color');
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue