.wy-nav-content {
    max-width: none;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .wy-nav-content {
        max-width: none;
        width: 100%;
        margin: 0;
    }
}
