/* Make main content full width */
.wy-nav-content {
    max-width: 100% !important;
}

/* Optional: prevent sidebar from overlapping */
.wy-side-scroll {
    max-height: none;
}