mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 22:09:17 +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
|
// If the value is an object and not empty, create a nested div
|
||||||
html += `
|
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
|
depth + 3
|
||||||
}></li>
|
}></li>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue