mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Reduce tree indentation for more horizontal space
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -105,9 +105,9 @@
|
||||
|
||||
/* Tree nodes */
|
||||
.tree-node {
|
||||
margin: 1rem 0 1rem 2rem;
|
||||
margin: 0.5rem 0 0.5rem 1rem;
|
||||
border-left: 2px solid #ccc;
|
||||
padding-left: 1rem;
|
||||
padding-left: 0.75rem;
|
||||
}
|
||||
|
||||
.tree-node-root {
|
||||
|
||||
Reference in New Issue
Block a user