mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
6 lines
111 B
SCSS
6 lines
111 B
SCSS
.multi-column {
|
|
column-count: auto;
|
|
column-gap: var(--l-gap);
|
|
column-width: var(--auto-grid-min-size);
|
|
}
|