diff --git a/static/style.css b/static/style.css index 7b54ead..989dd8a 100644 --- a/static/style.css +++ b/static/style.css @@ -186,4 +186,20 @@ body { .tree { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; +} + +.tree p { + margin: 0; + line-height: 1.2; +} + +.tree ul { + margin: 0; + padding: 0; + list-style: none; +} + +.tree li { + margin: 0; + padding: 0; } \ No newline at end of file