Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Created May 15, 2022 07:10
Show Gist options
  • Select an option

  • Save JimmyLv/688344a040fe563a466ecfdcd64d55c1 to your computer and use it in GitHub Desktop.

Select an option

Save JimmyLv/688344a040fe563a466ecfdcd64d55c1 to your computer and use it in GitHub Desktop.
Roam Research grid sudoku
.roam-block-container[data-page-links*=".rm-grid"] .rm-block-children {
display: grid;
margin-left: 0px;
grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
max-width: 550px;
}
@JimmyLv
Copy link
Copy Markdown
Author

JimmyLv commented May 15, 2022

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment