Created
October 24, 2024 21:53
-
-
Save pagpeter/943fd3ce7e31aad52c3d582e4377e715 to your computer and use it in GitHub Desktop.
Obsidian CSS snipped to get cornell-style notes when exported to PDF
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
ul, h1, h2, h3, h4, h5, h6, strong, table { | |
max-width: var(--file-line-width); | |
margin-right: auto; | |
margin-left: 140px; | |
width: 100%; | |
max-width: 80vw; | |
} | |
[data-callout="cue"] { | |
position: absolute; | |
left: 10px; | |
width: 150px; | |
padding-left: 10px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment