You've already forked AstralRinth
forked from didirus/AstralRinth
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
.info-table {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
gap: 0.25rem 2rem;
|
|
width: fit-content;
|
|
|
|
&__label {
|
|
color: var(--color-text-lightest);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
}
|