mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Make sidebar overlay content instead of pushing it right
Remove article margin-left adjustment - let sidebar truly float over the content rather than displacing it. The main content now starts at its natural left margin, with the sidebar overlaying the left side. Creates a true floating sidebar that doesn't affect content layout. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -219,13 +219,6 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Adjust article position when sidebar is present */
|
||||
@media (min-width: 1201px) {
|
||||
article {
|
||||
margin-left: 280px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user