From bd6ce112d9bd963278940eee71270539aa51f7c2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Dec 2025 23:25:24 -0500 Subject: [PATCH] Add margin-bottom to sidenotes for vertical spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/chapter.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html index d2f4a47..0381c59 100644 --- a/kjvstudy_org/templates/chapter.html +++ b/kjvstudy_org/templates/chapter.html @@ -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 */