add a line to style.css to adjust the article width for the first media query;
find this section:
/* Smaller than standard 1060 (devices and browsers) */
@media screen and (max-width: 1060px) {
#page {
max-width: 900px;
}
add this directly after the above section:
.hentry { width: 510px; margin-left: 15px; }