add update cards elements

This commit is contained in:
Alexander Navarro 2023-08-20 13:53:21 -04:00
parent b89096cbe6
commit b187c50fb1
5 changed files with 112 additions and 68 deletions

View file

@ -97,3 +97,15 @@
text-align: justify;
text-justify: inter-word;
}
.text-start {
text-align: start;
}
.text-middle {
text-align: middle;
}
.text-end {
text-align: end;
}