fix: 🩹 text-align when type or text line-wraps

This commit is contained in:
Sebin Nyshkim 2025-04-14 14:33:06 +02:00
parent a9330d1570
commit 86f1c62eed

View file

@ -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);