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:
2025-11-20 18:12:13 -05:00
parent b0ac14fff0
commit edfd7697af
-7
View File
@@ -219,13 +219,6 @@
display: none;
}
}
/* Adjust article position when sidebar is present */
@media (min-width: 1201px) {
article {
margin-left: 280px;
}
}
</style>
</head>
<body>