-
When using callout blocks, there is a really large spacing between the text and the callout, and I'd like to change that. 'm also using
And here my rendered html output: |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Oct 14, 2022
Replies: 1 comment 1 reply
-
You can modify the .callout {
margin-top: 0; /* 1.25rem by default */
margin-bottom: 0; /* 1.25rem by default */
} PS: could you change the category from "General" to "Q&A"? (you have to use the desktop view of GitHub webpage to do that) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mastoffel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can modify the
callout
CSS class.PS: could you change the category from "General" to "Q&A"? (you have to use the desktop view of GitHub webpage to do that)