6 lines
83 B
CSS
6 lines
83 B
CSS
.poinstRow {
|
|
display: flex;
|
|
gap: var(--Spacing-x1);
|
|
align-items: baseline;
|
|
}
|