fix: 🩹 text-align when type or text line-wraps
This commit is contained in:
parent
a9330d1570
commit
86f1c62eed
1 changed files with 2 additions and 0 deletions
|
@ -64,12 +64,14 @@
|
|||
& .type {
|
||||
font-size: 0.625em;
|
||||
color: var(--clr-heading-data);
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
grid-area: type;
|
||||
}
|
||||
|
||||
& .text {
|
||||
font-size: 0.75em;
|
||||
text-align: left;
|
||||
margin-block: 0;
|
||||
margin-inline: 0;
|
||||
color: var(--clr-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue