
/* On screens that are 767px or more */
@media screen and (min-width: 767px) {
    .wy-nav-content {
        max-width: 1100px !important;
    }
}
