fix mobile line height and wrapping
Build / build (push) Failing after 11m27s

This commit is contained in:
2026-06-10 10:18:40 -04:00
parent bce09e45c2
commit d8c664b9e0
+4 -16
View File
@@ -186,20 +186,8 @@ 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;
} line-height: 1;
white-space: pre;
.tree p { text-align: left;
margin: 0; overflow-x: auto;
line-height: 1.2;
}
.tree ul {
margin: 0;
padding: 0;
list-style: none;
}
.tree li {
margin: 0;
padding: 0;
} }