Skip to content

Commit

Permalink
Align card texts and tag list to left (#974)
Browse files Browse the repository at this point in the history
Co-authored-by: Emruz Hossain <[email protected]>
  • Loading branch information
steffenba and hossainemruz authored Sep 20, 2024
1 parent 804a866 commit 9300a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/styles/components/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.card-body {
text-align: justify;
text-align: left;
}

.card-img-top {
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/components/texts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ strong {

p {
color: get-light-color('text-color');
text-align: justify;
text-align: left;
text-justify: inter-word;
}

Expand Down

0 comments on commit 9300a22

Please sign in to comment.