mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-08-04 19:45:08 -04:00
Fixed too small footnote divider when using larger font sizes
This commit is contained in:
@@ -82,9 +82,9 @@
|
||||
// Render a thin line before footnote
|
||||
.footnote-ref::before {
|
||||
display: inline;
|
||||
margin: 0 0.25rem;
|
||||
margin: 0 0.2em;
|
||||
border-left: 0.1rem solid $md-color-black--lighter;
|
||||
font-size: ms(0);
|
||||
font-size: 1.25em;
|
||||
content: "";
|
||||
vertical-align: -0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user