Skip to content

Commit

Permalink
add columns-6
Browse files Browse the repository at this point in the history
  • Loading branch information
cannibalox committed Jan 20, 2023
1 parent 1390f9f commit 9d575dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function main () {
*/
/* --------------------------------------colorful indent end */
/* ===== columns =========================================== */
/* ===== columns ========== */
.ls-block[data-refs-self*="columns-2"]>.block-children-container.flex>.block-children.w-full {
column-count: 2;
}
Expand All @@ -394,7 +394,10 @@ function main () {
.ls-block[data-refs-self*="columns-5"]>.block-children-container.flex>.block-children.w-full {
column-count: 5
}
/* ====================================columns end===========*/
.ls-block[data-refs-self*="columns-6"]>.block-children-container.flex>.block-children.w-full {
column-count: 6
}
/*===========================================================*/
/*===========================================================*/
/* WIP css eisenhower matrix by cannibalox v20220511 -------*/
Expand Down

0 comments on commit 9d575dd

Please sign in to comment.