Align breadcrumb with content when sidebar visible

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 <noreply@anthropic.com>
This commit is contained in:
2025-12-04 11:18:40 -05:00
parent 07fd584801
commit d8271d5ca3
+3
View File
@@ -307,6 +307,9 @@
article {
margin-left: 140px;
}
.breadcrumb {
margin-left: 140px;
}
}
h1, h2, h3 {