Skip to content
Discussion options

You must be logged in to vote

Use CSS to do that. Since you're using admonitions inside footnotes, you would need to change the font size for those, too. I haven't tested the following code, but something like the following should work:

.md-typeset .footnote,
.md-typeset .footnote .admonition {
  font-size: 20px;
}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@thangckt
Comment options

@squidfunk
Comment options

Answer selected by TRaSH-
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants