mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fine-tune sidebar/content spacing at narrow tablet widths
Add 85px margin at 769-950px range to prevent sidebar overlap 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -303,6 +303,17 @@
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
/* At narrow tablet widths, add extra margin to clear sidebar */
|
||||
@media (min-width: 769px) and (max-width: 950px) {
|
||||
article {
|
||||
margin-left: 85px;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin-left: -85px;
|
||||
padding-left: 85px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove margin on mobile when sidebar is hidden */
|
||||
@media (max-width: 768px) {
|
||||
article {
|
||||
|
||||
Reference in New Issue
Block a user