mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
chore: move mutli col into own file
This commit is contained in:
@ -176,11 +176,7 @@ th {
|
||||
grid-gap: var(--l-gap);
|
||||
}
|
||||
|
||||
.multi-column {
|
||||
column-count: auto;
|
||||
column-gap: var(--l-gap);
|
||||
column-width: var(--auto-grid-min-size);
|
||||
}
|
||||
@import './structures/multi-column';
|
||||
@import './structures/table-of-content';
|
||||
|
||||
.small-left-grid {
|
||||
|
Reference in New Issue
Block a user