Add margin-bottom to sidenotes for vertical spacing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-04 23:25:24 -05:00
parent aa7929205e
commit bd6ce112d9
+1 -3
View File
@@ -130,9 +130,7 @@
/* Prevent sidenotes from pushing each other horizontally */
.sidenote, .marginnote {
clear: right;
float: right;
margin-right: -60%;
width: 50%;
margin-bottom: 1rem;
}
/* Cross-refs: collapsed by default, show just first ref per group */