Created
May 15, 2022 07:10
-
-
Save JimmyLv/688344a040fe563a466ecfdcd64d55c1 to your computer and use it in GitHub Desktop.
Roam Research grid sudoku
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; | |
| } |
Author
JimmyLv
commented
May 15, 2022

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