mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user