mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-09 12:30:51 +00:00
chore: move mutli col into own file
This commit is contained in:
parent
a0c65ee102
commit
7a04c5fa6f
@ -176,11 +176,7 @@ th {
|
|||||||
grid-gap: var(--l-gap);
|
grid-gap: var(--l-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.multi-column {
|
@import './structures/multi-column';
|
||||||
column-count: auto;
|
|
||||||
column-gap: var(--l-gap);
|
|
||||||
column-width: var(--auto-grid-min-size);
|
|
||||||
}
|
|
||||||
@import './structures/table-of-content';
|
@import './structures/table-of-content';
|
||||||
|
|
||||||
.small-left-grid {
|
.small-left-grid {
|
||||||
|
5
assets/css/structures/_multi-column.scss
Normal file
5
assets/css/structures/_multi-column.scss
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.multi-column {
|
||||||
|
column-count: auto;
|
||||||
|
column-gap: var(--l-gap);
|
||||||
|
column-width: var(--auto-grid-min-size);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user