Merge branch 'main' into add-copy-button

This commit is contained in:
Emruz Hossain 2024-09-20 07:01:12 +06:00 committed by GitHub
commit 0c7993fed7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1572 additions and 619 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;
}