mirror of
https://github.com/thangisme/notes.git
synced 2024-12-22 04:16:42 -05:00
Merge branch 'master' into linenos
This commit is contained in:
commit
305bed7cd5
2
_includes/vendor/anchor_headings.html
vendored
2
_includes/vendor/anchor_headings.html
vendored
@ -64,7 +64,7 @@
|
||||
{% capture anchor %}{% endcapture %}
|
||||
|
||||
{% if html_id and headerLevel >= minHeader and headerLevel <= maxHeader %}
|
||||
{% capture anchor %}href="#{{ html_id}}"{% endcapture %}
|
||||
{% capture anchor %}href="#{{ html_id}}" aria-labelledby="{{ html_id}}"{% endcapture %}
|
||||
|
||||
{% if include.anchorClass %}
|
||||
{% capture anchor %}{{ anchor }} class="{{ include.anchorClass }}"{% endcapture %}
|
||||
|
@ -308,6 +308,8 @@
|
||||
@include mq(md) {
|
||||
.main {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user