Skip to content

Commit

Permalink
div instead of span
Browse files Browse the repository at this point in the history
  • Loading branch information
Herkarl committed Mar 28, 2024
1 parent 0e716d4 commit 9bfb1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/_default.nunj
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
<li style="list-style-type: none;">
<a href="#{{ anchor.id }}">
{% if anchor.level == 1 %}
<span style="font-weight: bold;"> {{ anchor.value }} </span>
<div style="font-weight: bold;"> {{ anchor.value }} </div>
{% else %}
<span style="margin-left: 1.5rem;"> {{ anchor.value }}</span>
<div style="margin-left: 1.5rem;"> {{ anchor.value }}</div>
{% endif %}
</a>
</li>
Expand Down

0 comments on commit 9bfb1bc

Please sign in to comment.