mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed too small footnote divider when using larger font sizes
This commit is contained in:
parent
eaaefe4fc4
commit
eea31eb528
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
|||||||
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
|
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-e4737a159d.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-72266791c5.css">
|
||||||
{% if config.extra.palette %}
|
{% if config.extra.palette %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -82,9 +82,9 @@
|
|||||||
// Render a thin line before footnote
|
// Render a thin line before footnote
|
||||||
.footnote-ref::before {
|
.footnote-ref::before {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0 0.25rem;
|
margin: 0 0.2em;
|
||||||
border-left: 0.1rem solid $md-color-black--lighter;
|
border-left: 0.1rem solid $md-color-black--lighter;
|
||||||
font-size: ms(0);
|
font-size: 1.25em;
|
||||||
content: "";
|
content: "";
|
||||||
vertical-align: -0.5rem;
|
vertical-align: -0.5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user