7 lines
166 B
SCSS
7 lines
166 B
SCSS
.ds4-checks {
|
|
column-gap: 2em;
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
|
|
row-gap: 0.25em;
|
|
white-space: nowrap;
|
|
}
|