mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 13:59:19 +02:00
Fixed style margin issue
This commit is contained in:
parent
6f855a9f45
commit
35138b59ec
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
) {
|
||||
// If the value is an object and not empty, create a nested div
|
||||
html += `
|
||||
<li><h${depth + 3}><a href="/${currentPath}">${key}</a></h${
|
||||
<li><h${depth + 3} style='margin:0'><a href="/${currentPath}">${key}</a></h${
|
||||
depth + 3
|
||||
}></li>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue