From d8271d5ca359fff807268717b079b73c8668d2e0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 4 Dec 2025 11:18:40 -0500 Subject: [PATCH] Align breadcrumb with content when sidebar visible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Push breadcrumb over by 140px in the 769px-1200px range to match article margin 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index e1abfb9..6c7b17c 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -307,6 +307,9 @@ article { margin-left: 140px; } + .breadcrumb { + margin-left: 140px; + } } h1, h2, h3 {