/* Enter Your Custom CSS Here */
@media screen and (min-width: 48em) {
    .blog:not(.has-sidebar) #primary article 
    {
       width: 100%;
    }
}