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 = {
|
const fuseOptions = {
|
||||||
shouldSort: true,
|
shouldSort: true,
|
||||||
includeMatches: true,
|
includeMatches: true,
|
||||||
threshold: 0.0,
|
threshold: 0.1,
|
||||||
tokenize: true,
|
tokenize: true,
|
||||||
location: 0,
|
location: 0,
|
||||||
distance: 100,
|
distance: 100,
|
||||||
|
|
|
@ -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