6 lines
86 B
CSS
6 lines
86 B
CSS
.content {
|
|
display: grid;
|
|
gap: var(--Spacing-x2);
|
|
color: var(--Text-Default);
|
|
}
|