add update cards elements
This commit is contained in:
parent
b89096cbe6
commit
b187c50fb1
5 changed files with 112 additions and 68 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue