align card text to left

This commit is contained in:
Steffen Barnau 2024-09-12 10:36:51 +02:00 committed by GitHub
parent aab2b39c50
commit 28f272cafc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ strong {
p {
color: get-light-color('text-color');
text-align: justify;
text-align: left;
text-justify: inter-word;
}