fix mobile tree view
Build / build (push) Failing after 13m40s

This commit is contained in:
2026-06-10 10:01:27 -04:00
parent 9c38c61f56
commit bce09e45c2
+16
View File
@@ -187,3 +187,19 @@ body {
.tree { .tree {
font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; 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;
}